#C8EFAF

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

Shades of Tea Green #C8EFAF

Tints of Tea Green #C8EFAF

Color information

#C8EFAF (or 0xC8EFAF) is unknown color: approx Tea Green. HEX triplet: C8, EF and AF. RGB value is (200,239,175). Sum of RGB (Red+Green+Blue) = 200+239+175=614 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.57% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EFAF is #371050. Grayscale: #DCDCDC. Windows color (decimal): -3608657 or 11530184. OLE color: 11530184.

HSL color Cylindrical-coordinate representation of color #C8EFAF: hue angle of 96.56º 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 #C8EFAF is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB200239175-
CMYK0.1600.270.06
HSL96.56º66.67%81.18%-
HSV(B)96.56º26.78%93.73%-
XYZ62.4277.1152.15-
YUV220.04102.58113.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.57%
GREEN value IS 239 (93.75% from 255) = 38.93%
BLUE value IS 175 (68.75% from 255) = 28.50%
R=32.57%
G=38.93%
B=28.50%

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
Decimal2002391750.1600.270.0696.5666.6781.18
HexC8EFAF1001B6614351
Octal310357257200336141103121
Binary11001000111011111010111110000011011110110000110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EFAF; }

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

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

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

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

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

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

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

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