#96EECB

Color #96EECB Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #96EECB

Tints of Magic Mint #96EECB

Color information

#96EECB (or 0x96EECB) is unknown color: approx Magic Mint. HEX triplet: 96, EE and CB. RGB value is (150,238,203). Sum of RGB (Red+Green+Blue) = 150+238+203=591 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.38% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 238 - color contains mainly: green. Hex color #96EECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EECB is #691134. Grayscale: #CFCFCF. Windows color (decimal): -6885685 or 13364886. OLE color: 13364886.

HSL color Cylindrical-coordinate representation of color #96EECB: hue angle of 156.14º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EECB is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB150238203-
CMYK0.3700.150.07
HSL156.14º72.13%76.08%-
HSV(B)156.14º36.97%93.33%-
XYZ53.9371.9467.54-
YUV207.7125.3586.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 25.38%
GREEN value IS 238 (93.36% from 255) = 40.27%
BLUE value IS 203 (79.69% from 255) = 34.35%
R=25.38%
G=40.27%
B=34.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502382030.3700.150.07156.1472.1376.08
Hex96EECB250F79c484c
Octal226356313450177234110114
Binary100101101110111011001011100101011111111001110010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96EECB; }

 p { color: rgb(150,238,203); }

 H1.HeaderClassName
 {
   color: #96EECB;
 }
 .AnyTagClassName
 {
   color: #96EECB;
 }
</style>
background-color css

<style>
 a { background-color: #96EECB; }

 a { background-color: rgb(150,238,203); }

 div.DivClassName
 {
   background-color: #96EECB;
 }
 .BgClassName
 {
   background-color: #96EECB;
 }
</style>
border-color css

<style>
 span { border-color: #96EECB; }

 span { border-color: rgb(150,238,203); }

 td.TdClassName
 {
   border-color: #96EECB;
 }
 .TagClassName
 {
   border-color: #96EECB;
 }
</style>