#C9EABF

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

Shades of Tea Green #C9EABF

Tints of Tea Green #C9EABF

Color information

#C9EABF (or 0xC9EABF) is unknown color: approx Tea Green. HEX triplet: C9, EA and BF. RGB value is (201,234,191). Sum of RGB (Red+Green+Blue) = 201+234+191=626 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.11% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EABF is #361540. Grayscale: #DBDBDB. Windows color (decimal): -3544385 or 12577481. OLE color: 12577481.

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

Color convert

RGB201234191-
CMYK0.1400.180.08
HSL106.05º50.59%83.33%-
HSV(B)106.05º18.38%91.76%-
XYZ62.9175.0260.46-
YUV219.23112.07115-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.11%
GREEN value IS 234 (91.80% from 255) = 37.38%
BLUE value IS 191 (75% from 255) = 30.51%
R=32.11%
G=37.38%
B=30.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2012341910.1400.180.08106.0550.5983.33
HexC9EABFE01286a3353
Octal311352277160221015263123
Binary1100100111101010101111111110010010100011010101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EABF; }

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

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

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

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

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

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

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

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