#C9EAAC

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

Shades of Reef #C9EAAC

Tints of Reef #C9EAAC

Color information

#C9EAAC (or 0xC9EAAC) is unknown color: approx Reef. HEX triplet: C9, EA and AC. RGB value is (201,234,172). Sum of RGB (Red+Green+Blue) = 201+234+172=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EAAC is #361553. Grayscale: #D9D9D9. Windows color (decimal): -3544404 or 11332297. OLE color: 11332297.

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

Color convert

RGB201234172-
CMYK0.1400.260.08
HSL91.94º59.62%79.61%-
HSV(B)91.94º26.5%91.76%-
XYZ60.9674.2450.15-
YUV217.06102.57116.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.11%
GREEN value IS 234 (91.80% from 255) = 38.55%
BLUE value IS 172 (67.58% from 255) = 28.34%
R=33.11%
G=38.55%
B=28.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2012341720.1400.260.0891.9459.6279.61
HexC9EAACE01A85c3c50
Octal311352254160321013474120
Binary1100100111101010101011001110011010100010111001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EAAC; }

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

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

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

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

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

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

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

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