Html Css Color HEX #C9E6AA Reef

📋 copy color: '#C9E6AA'

red 201 ◦ green 230 ◦ blue 170

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

Shades of Reef #C9E6AA

Tints of Reef #C9E6AA

RGB

 RED value IS 201 (78.91% from 255) = 33.44%

 GREEN value IS 230 (90.23% from 255) = 38.27%

 BLUE value IS 170 (66.8% from 255) = 28.29%

R = 33.44%
G = 38.27%
B = 28.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#C9E6AA (or 0xC9E6AA) is known color: Reef. HEX triplet: C9, E6 and AA. RGB value is (201,230,170). Sum of RGB (Red+Green+Blue) = 201+230+170=601 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.44% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 230 - color contains mainly: green. Hex color #C9E6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9E6AA is #361955. Grayscale: #D6D6D6. Windows color (decimal): -3545430 or 11200201. OLE color: 11200201.

HSL color Cylindrical-coordinate representation of color #C9E6AA: hue angle of 89º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9E6AA is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 201 230 170 -
CMYK 0.13 0 0.26 0.10
HSL 89º 0.55% 0.78% -
HSV(B) 89º 0.26% 0.9% -
XYZ 59.64 71.91 48.77 -
YUV 214.49 102.89 118.38 -
System Red Green Blue C M Y K H S L
Decimal 201 230 170 0.13 0 0.26 0.10 89 0.55 0.78
Hex C9 E6 AA D 0 1A A 59 37 4E
Octal 311 346 252 15 0 32 12 131 67 116
Binary 11001001 11100110 10101010 1101 0 11010 1010 1011001 110111 1001110

Color Harmonies of #C9E6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9E6AA

Black with #C9E6AA

Text Example


Text Example

White with #C9E6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9E6AA; }

 p { color: rgb(201,230,170); }

 H1.HeaderClassName
 {
   color: #C9E6AA;
 }
 .AnyTagClassName
 {
   color: #C9E6AA;
 }
</style>

background-color css

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

 a { background-color: rgb(201,230,170); }

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

border-color css

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

 span { border-color: rgb(201,230,170); }

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