#C9EEAF

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

Shades of Tea Green #C9EEAF

Tints of Tea Green #C9EEAF

Color information

#C9EEAF (or 0xC9EEAF) is unknown color: approx Tea Green. HEX triplet: C9, EE and AF. RGB value is (201,238,175). Sum of RGB (Red+Green+Blue) = 201+238+175=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 238 - color contains mainly: green. Hex color #C9EEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EEAF is #361150. Grayscale: #DBDBDB. Windows color (decimal): -3543377 or 11529929. OLE color: 11529929.

HSL color Cylindrical-coordinate representation of color #C9EEAF: hue angle of 95.24º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9EEAF is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB201238175-
CMYK0.1600.260.07
HSL95.24º64.95%80.98%-
HSV(B)95.24º26.47%93.33%-
XYZ62.476.6652.07-
YUV219.75102.74114.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.74%
GREEN value IS 238 (93.36% from 255) = 38.76%
BLUE value IS 175 (68.75% from 255) = 28.50%
R=32.74%
G=38.76%
B=28.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2012381750.1600.260.0795.2464.9580.98
HexC9EEAF1001A75f4151
Octal311356257200327137101121
Binary11001001111011101010111110000011010111101111110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EEAF; }

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

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

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

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

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

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

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

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