#C8E8AF

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

Shades of Tea Green #C8E8AF

Tints of Tea Green #C8E8AF

Color information

#C8E8AF (or 0xC8E8AF) is unknown color: approx Tea Green. HEX triplet: C8, E8 and AF. RGB value is (200,232,175). Sum of RGB (Red+Green+Blue) = 200+232+175=607 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.95% from 607); Green value is 232 (91.02% from 255 or 38.22% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 232 - color contains mainly: green. Hex color #C8E8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8E8AF is #371750. Grayscale: #D8D8D8. Windows color (decimal): -3610449 or 11528392. OLE color: 11528392.

HSL color Cylindrical-coordinate representation of color #C8E8AF: hue angle of 93.68º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8E8AF is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB200232175-
CMYK0.1400.250.09
HSL93.68º55.34%79.8%-
HSV(B)93.68º24.57%90.98%-
XYZ60.4173.0951.48-
YUV215.93104.9116.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.95%
GREEN value IS 232 (91.02% from 255) = 38.22%
BLUE value IS 175 (68.75% from 255) = 28.83%
R=32.95%
G=38.22%
B=28.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2002321750.1400.250.0993.6855.3479.8
HexC8E8AFE01995e3750
Octal310350257160311113667120
Binary1100100011101000101011111110011001100110111101101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E8AF; }

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

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

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

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

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

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

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

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