#C9ECA0

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

Shades of Reef #C9ECA0

Tints of Reef #C9ECA0

Color information

#C9ECA0 (or 0xC9ECA0) is unknown color: approx Reef. HEX triplet: C9, EC and A0. RGB value is (201,236,160). Sum of RGB (Red+Green+Blue) = 201+236+160=597 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.67% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 160 (62.89% from 255 or 26.80% from 597); Max value from RGB is 236 - color contains mainly: green. Hex color #C9ECA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9ECA0 is #36135F. Grayscale: #D9D9D9. Windows color (decimal): -3543904 or 10546377. OLE color: 10546377.

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

Color convert

RGB201236160-
CMYK0.1500.320.07
HSL87.63º66.67%77.65%-
HSV(B)87.63º32.2%92.55%-
XYZ60.4374.9544.54-
YUV216.8795.9116.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.67%
GREEN value IS 236 (92.58% from 255) = 39.53%
BLUE value IS 160 (62.89% from 255) = 26.80%
R=33.67%
G=39.53%
B=26.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2012361600.1500.320.0787.6366.6777.65
HexC9ECA0F020758434e
Octal311354240170407130103116
Binary11001001111011001010000011110100000111101100010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ECA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ECA0; }

 p { color: rgb(201,236,160); }

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

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

 a { background-color: rgb(201,236,160); }

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

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

 span { border-color: rgb(201,236,160); }

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