#C5EEAF

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

Shades of Tea Green #C5EEAF

Tints of Tea Green #C5EEAF

Color information

#C5EEAF (or 0xC5EEAF) is unknown color: approx Tea Green. HEX triplet: C5, EE and AF. RGB value is (197,238,175). Sum of RGB (Red+Green+Blue) = 197+238+175=610 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.30% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #C5EEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5EEAF is #3A1150. Grayscale: #DADADA. Windows color (decimal): -3805521 or 11529925. OLE color: 11529925.

HSL color Cylindrical-coordinate representation of color #C5EEAF: hue angle of 99.05º 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 #C5EEAF is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB197238175-
CMYK0.1700.260.07
HSL99.05º64.95%80.98%-
HSV(B)99.05º26.47%93.33%-
XYZ61.3476.1152.02-
YUV218.56103.42112.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.30%
GREEN value IS 238 (93.36% from 255) = 39.02%
BLUE value IS 175 (68.75% from 255) = 28.69%
R=32.30%
G=39.02%
B=28.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1972381750.1700.260.0799.0564.9580.98
HexC5EEAF1101A7634151
Octal305356257210327143101121
Binary11000101111011101010111110001011010111110001110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EEAF; }

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

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

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

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

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

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

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

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