#C9EFAF

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

Shades of Tea Green #C9EFAF

Tints of Tea Green #C9EFAF

Color information

#C9EFAF (or 0xC9EFAF) is unknown color: approx Tea Green. HEX triplet: C9, EF and AF. RGB value is (201,239,175). Sum of RGB (Red+Green+Blue) = 201+239+175=615 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.68% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EFAF is #361050. Grayscale: #DCDCDC. Windows color (decimal): -3543121 or 11530185. OLE color: 11530185.

HSL color Cylindrical-coordinate representation of color #C9EFAF: hue angle of 95.62º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9EFAF is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB201239175-
CMYK0.1600.270.06
HSL95.62º66.67%81.18%-
HSV(B)95.62º26.78%93.73%-
XYZ62.6977.2552.16-
YUV220.34102.41114.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.68%
GREEN value IS 239 (93.75% from 255) = 38.86%
BLUE value IS 175 (68.75% from 255) = 28.46%
R=32.68%
G=38.86%
B=28.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2012391750.1600.270.0695.6266.6781.18
HexC9EFAF1001B6604351
Octal311357257200336140103121
Binary11001001111011111010111110000011011110110000010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EFAF; }

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

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

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

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

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

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

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

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