Html Css Color HEX #C9ECA0 Reef

📋 copy color: '#C9ECA0'

red 201 ◦ green 236 ◦ blue 160

#C9ECA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #C9ECA0

Tints of Reef #C9ECA0

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.8%

R = 33.67%
G = 39.53%
B = 26.8%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#C9ECA0 (or 0xC9ECA0) is known color: 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

RGB 201 236 160 -
CMYK 0.15 0 0.32 0.07
HSL 87.63º 0.67% 0.78% -
HSV(B) 87.63º 0.32% 0.93% -
XYZ 60.43 74.95 44.54 -
YUV 216.87 95.9 116.68 -
System Red Green Blue C M Y K H S L
Decimal 201 236 160 0.15 0 0.32 0.07 87.63 0.67 0.78
Hex C9 EC A0 F 0 20 7 58 43 4E
Octal 311 354 240 17 0 40 7 130 103 116
Binary 11001001 11101100 10100000 1111 0 100000 111 1011000 1000011 1001110

Color Harmonies of #C9ECA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ECA0

Black with #C9ECA0

Text Example


Text Example

White with #C9ECA0

Text Example


Text Example

HTML Codes & Css Web 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>