Html Css Color HEX #C9EAB0 Tea Green

📋 copy color: '#C9EAB0'

red 201 ◦ green 234 ◦ blue 176

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

Shades of Tea Green #C9EAB0

Tints of Tea Green #C9EAB0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.3%

 BLUE value IS 176 (69.14% from 255) = 28.81%

R = 32.9%
G = 38.3%
B = 28.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#C9EAB0 (or 0xC9EAB0) is known color: Tea Green. HEX triplet: C9, EA and B0. RGB value is (201,234,176). Sum of RGB (Red+Green+Blue) = 201+234+176=611 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.90% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 176 (69.14% from 255 or 28.81% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EAB0 is #36154F. Grayscale: #D9D9D9. Windows color (decimal): -3544400 or 11594441. OLE color: 11594441.

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

Color convert

RGB 201 234 176 -
CMYK 0.14 0 0.25 0.08
HSL 94.14º 0.58% 0.8% -
HSV(B) 94.14º 0.25% 0.92% -
XYZ 61.35 74.4 52.2 -
YUV 217.52 104.57 116.22 -
System Red Green Blue C M Y K H S L
Decimal 201 234 176 0.14 0 0.25 0.08 94.14 0.58 0.8
Hex C9 EA B0 E 0 19 8 5E 3A 50
Octal 311 352 260 16 0 31 10 136 72 120
Binary 11001001 11101010 10110000 1110 0 11001 1000 1011110 111010 1010000

Color Harmonies of #C9EAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EAB0

Black with #C9EAB0

Text Example


Text Example

White with #C9EAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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