#C8F2AC

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

Shades of Tea Green #C8F2AC

Tints of Tea Green #C8F2AC

Color information

#C8F2AC (or 0xC8F2AC) is unknown color: approx Tea Green. HEX triplet: C8, F2 and AC. RGB value is (200,242,172). Sum of RGB (Red+Green+Blue) = 200+242+172=614 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.57% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 172 (67.58% from 255 or 28.01% from 614); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F2AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F2AC is #370D53. Grayscale: #DDDDDD. Windows color (decimal): -3607892 or 11334344. OLE color: 11334344.

HSL color Cylindrical-coordinate representation of color #C8F2AC: hue angle of 96º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8F2AC is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB200242172-
CMYK0.1700.290.05
HSL96º72.92%81.18%-
HSV(B)96º28.93%94.9%-
XYZ63.0278.7650.91-
YUV221.46100.09112.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.57%
GREEN value IS 242 (94.92% from 255) = 39.41%
BLUE value IS 172 (67.58% from 255) = 28.01%
R=32.57%
G=39.41%
B=28.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2002421720.1700.290.059672.9281.18
HexC8F2AC1101D5604951
Octal310362254210355140111121
Binary11001000111100101010110010001011101101110000010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F2AC; }

 p { color: rgb(200,242,172); }

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

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

 a { background-color: rgb(200,242,172); }

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

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

 span { border-color: rgb(200,242,172); }

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