#C9FAAB

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

Shades of Tea Green #C9FAAB

Tints of Tea Green #C9FAAB

Color information

#C9FAAB (or 0xC9FAAB) is unknown color: approx Tea Green. HEX triplet: C9, FA and AB. RGB value is (201,250,171). Sum of RGB (Red+Green+Blue) = 201+250+171=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 171 (67.19% from 255 or 27.49% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FAAB is #360554. Grayscale: #E2E2E2. Windows color (decimal): -3540309 or 11270857. OLE color: 11270857.

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

Color convert

RGB201250171-
CMYK0.2000.320.02
HSL97.22º88.76%82.55%-
HSV(B)97.22º31.6%98.04%-
XYZ65.6283.7351.23-
YUV226.3496.77109.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.32%
GREEN value IS 250 (98.05% from 255) = 40.19%
BLUE value IS 171 (67.19% from 255) = 27.49%
R=32.32%
G=40.19%
B=27.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2012501710.2000.320.0297.2288.7682.55
HexC9FAAB140202615953
Octal311372253240402141131123
Binary11001001111110101010101110100010000010110000110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FAAB; }

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

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

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

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

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

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

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

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