#C9EAAB

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

Shades of Reef #C9EAAB

Tints of Reef #C9EAAB

Color information

#C9EAAB (or 0xC9EAAB) is unknown color: approx Reef. HEX triplet: C9, EA and AB. RGB value is (201,234,171). Sum of RGB (Red+Green+Blue) = 201+234+171=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EAAB is #361554. Grayscale: #D9D9D9. Windows color (decimal): -3544405 or 11266761. OLE color: 11266761.

HSL color Cylindrical-coordinate representation of color #C9EAAB: hue angle of 91.43º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9EAAB is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB201234171-
CMYK0.1400.270.08
HSL91.43º60%79.41%-
HSV(B)91.43º26.92%91.76%-
XYZ60.8674.249.64-
YUV216.95102.07116.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.17%
GREEN value IS 234 (91.80% from 255) = 38.61%
BLUE value IS 171 (67.19% from 255) = 28.22%
R=33.17%
G=38.61%
B=28.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2012341710.1400.270.0891.436079.41
HexC9EAABE01B85b3c4f
Octal311352253160331013374117
Binary1100100111101010101010111110011011100010110111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EAAB; }

 p { color: rgb(201,234,171); }

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

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

 a { background-color: rgb(201,234,171); }

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

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

 span { border-color: rgb(201,234,171); }

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