#C9DEAC

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

Shades of Reef #C9DEAC

Tints of Reef #C9DEAC

Color information

#C9DEAC (or 0xC9DEAC) is unknown color: approx Reef. HEX triplet: C9, DE and AC. RGB value is (201,222,172). Sum of RGB (Red+Green+Blue) = 201+222+172=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #C9DEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DEAC is #362153. Grayscale: #D2D2D2. Windows color (decimal): -3547476 or 11329225. OLE color: 11329225.

HSL color Cylindrical-coordinate representation of color #C9DEAC: hue angle of 85.2º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9DEAC is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB201222172-
CMYK0.0900.230.13
HSL85.2º43.1%77.25%-
HSV(B)85.2º22.52%87.06%-
XYZ57.6667.6449.05-
YUV210.02106.54121.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.78%
GREEN value IS 222 (87.11% from 255) = 37.31%
BLUE value IS 172 (67.58% from 255) = 28.91%
R=33.78%
G=37.31%
B=28.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012221720.0900.230.1385.243.177.25
HexC9DEAC9017D552b4d
Octal311336254110271512553115
Binary1100100111011110101011001001010111110110101011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DEAC; }

 p { color: rgb(201,222,172); }

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

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

 a { background-color: rgb(201,222,172); }

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

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

 span { border-color: rgb(201,222,172); }

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