#C8F8AA

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

Shades of Tea Green #C8F8AA

Tints of Tea Green #C8F8AA

Color information

#C8F8AA (or 0xC8F8AA) is unknown color: approx Tea Green. HEX triplet: C8, F8 and AA. RGB value is (200,248,170). Sum of RGB (Red+Green+Blue) = 200+248+170=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 248 (97.27% from 255 or 40.13% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F8AA is #370755. Grayscale: #E1E1E1. Windows color (decimal): -3606358 or 11204808. OLE color: 11204808.

HSL color Cylindrical-coordinate representation of color #C8F8AA: hue angle of 96.92º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8F8AA is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB200248170-
CMYK0.1900.310.03
HSL96.92º84.78%81.96%-
HSV(B)96.92º31.45%97.25%-
XYZ64.6482.3250.51-
YUV224.7697.1110.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.36%
GREEN value IS 248 (97.27% from 255) = 40.13%
BLUE value IS 170 (66.80% from 255) = 27.51%
R=32.36%
G=40.13%
B=27.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2002481700.1900.310.0396.9284.7881.96
HexC8F8AA1301F3615552
Octal310370252230373141125122
Binary1100100011111000101010101001101111111110000110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F8AA; }

 p { color: rgb(200,248,170); }

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

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

 a { background-color: rgb(200,248,170); }

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

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

 span { border-color: rgb(200,248,170); }

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