#C9EEAA

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

Shades of Reef #C9EEAA

Tints of Reef #C9EEAA

Color information

#C9EEAA (or 0xC9EEAA) is unknown color: approx Reef. HEX triplet: C9, EE and AA. RGB value is (201,238,170). Sum of RGB (Red+Green+Blue) = 201+238+170=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 238 - color contains mainly: green. Hex color #C9EEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EEAA is #361155. Grayscale: #DBDBDB. Windows color (decimal): -3543382 or 11202249. OLE color: 11202249.

HSL color Cylindrical-coordinate representation of color #C9EEAA: hue angle of 92.65º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9EEAA is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB201238170-
CMYK0.1600.290.07
HSL92.65º66.67%80%-
HSV(B)92.65º28.57%93.33%-
XYZ61.9276.4749.53-
YUV219.18100.24115.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.00%
GREEN value IS 238 (93.36% from 255) = 39.08%
BLUE value IS 170 (66.80% from 255) = 27.91%
R=33.00%
G=39.08%
B=27.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2012381700.1600.290.0792.6566.6780
HexC9EEAA1001D75d4350
Octal311356252200357135103120
Binary11001001111011101010101010000011101111101110110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EEAA; }

 p { color: rgb(201,238,170); }

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

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

 a { background-color: rgb(201,238,170); }

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

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

 span { border-color: rgb(201,238,170); }

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