Html Css Color HEX #C9FAAF Tea Green

📋 copy color: '#C9FAAF'

red 201 ◦ green 250 ◦ blue 175

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

Shades of Tea Green #C9FAAF

Tints of Tea Green #C9FAAF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.94%

 BLUE value IS 175 (68.75% from 255) = 27.96%

R = 32.11%
G = 39.94%
B = 27.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#C9FAAF (or 0xC9FAAF) is known color: Tea Green. HEX triplet: C9, FA and AF. RGB value is (201,250,175). Sum of RGB (Red+Green+Blue) = 201+250+175=626 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.11% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FAAF is #360550. Grayscale: #E3E3E3. Windows color (decimal): -3540305 or 11533001. OLE color: 11533001.

HSL color Cylindrical-coordinate representation of color #C9FAAF: hue angle of 99.2º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9FAAF is Cyan = 0.20, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 250 175 -
CMYK 0.20 0 0.3 0.02
HSL 99.2º 0.88% 0.83% -
HSV(B) 99.2º 0.3% 0.98% -
XYZ 66.01 83.88 53.27 -
YUV 226.8 98.77 109.6 -
System Red Green Blue C M Y K H S L
Decimal 201 250 175 0.20 0 0.3 0.02 99.2 0.88 0.83
Hex C9 FA AF 14 0 1E 2 63 58 53
Octal 311 372 257 24 0 36 2 143 130 123
Binary 11001001 11111010 10101111 10100 0 11110 10 1100011 1011000 1010011

Color Harmonies of #C9FAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FAAF

Black with #C9FAAF

Text Example


Text Example

White with #C9FAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FAAF; }

 p { color: rgb(201,250,175); }

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

background-color css

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

 a { background-color: rgb(201,250,175); }

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

border-color css

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

 span { border-color: rgb(201,250,175); }

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