#96E0E4

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

Shades of Charlotte #96E0E4

Tints of Charlotte #96E0E4

Color information

#96E0E4 (or 0x96E0E4) is unknown color: approx Charlotte. HEX triplet: 96, E0 and E4. RGB value is (150,224,228). Sum of RGB (Red+Green+Blue) = 150+224+228=602 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.92% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 228 (89.45% from 255 or 37.87% from 602); Max value from RGB is 228 - color contains mainly: blue. Hex color #96E0E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E0E4 is #691F1B. Grayscale: #CACACA. Windows color (decimal): -6889244 or 14999702. OLE color: 14999702.

HSL color Cylindrical-coordinate representation of color #96E0E4: hue angle of 183.08º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E0E4 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB150224228-
CMYK0.340.0200.11
HSL183.08º59.09%74.12%-
HSV(B)183.08º34.21%89.41%-
XYZ53.2465.483.22-
YUV202.33142.4890.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.92%
GREEN value IS 224 (87.89% from 255) = 37.21%
BLUE value IS 228 (89.45% from 255) = 37.87%
R=24.92%
G=37.21%
B=37.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1502242280.340.0200.11183.0859.0974.12
Hex96E0E42220Bb73b4a
Octal22634034442201326773112
Binary1001011011100000111001001000101001011101101111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,224,228); }

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

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

 a { background-color: rgb(150,224,228); }

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

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

 span { border-color: rgb(150,224,228); }

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