#C8FFC0

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

Shades of Tea Green #C8FFC0

Tints of Tea Green #C8FFC0

Color information

#C8FFC0 (or 0xC8FFC0) is unknown color: approx Tea Green. HEX triplet: C8, FF and C0. RGB value is (200,255,192). Sum of RGB (Red+Green+Blue) = 200+255+192=647 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.91% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 192 (75.39% from 255 or 29.68% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FFC0 is #37003F. Grayscale: #E7E7E7. Windows color (decimal): -3604544 or 12648392. OLE color: 12648392.

HSL color Cylindrical-coordinate representation of color #C8FFC0: hue angle of 112.38º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8FFC0 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB200255192-
CMYK0.2200.250
HSL112.38º100%87.65%-
HSV(B)112.38º24.71%100%-
XYZ69.0987.6163.14-
YUV231.37105.78105.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.91%
GREEN value IS 255 (100% from 255) = 39.41%
BLUE value IS 192 (75.39% from 255) = 29.68%
R=30.91%
G=39.41%
B=29.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2002551920.2200.250112.3810087.65
HexC8FFC0160190706458
Octal310377300260310160144130
Binary110010001111111111000000101100110010111000011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FFC0; }

 p { color: rgb(200,255,192); }

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

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

 a { background-color: rgb(200,255,192); }

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

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

 span { border-color: rgb(200,255,192); }

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