#C3FFC0

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

Shades of Tea Green #C3FFC0

Tints of Tea Green #C3FFC0

Color information

#C3FFC0 (or 0xC3FFC0) is unknown color: approx Tea Green. HEX triplet: C3, FF and C0. RGB value is (195,255,192). Sum of RGB (Red+Green+Blue) = 195+255+192=642 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.37% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 192 (75.39% from 255 or 29.91% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FFC0 is #3C003F. Grayscale: #E6E6E6. Windows color (decimal): -3932224 or 12648387. OLE color: 12648387.

HSL color Cylindrical-coordinate representation of color #C3FFC0: hue angle of 117.14º 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 #C3FFC0 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB195255192-
CMYK0.2400.250
HSL117.14º100%87.65%-
HSV(B)117.14º24.71%100%-
XYZ67.7886.9363.08-
YUV229.88106.62103.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.37%
GREEN value IS 255 (100% from 255) = 39.72%
BLUE value IS 192 (75.39% from 255) = 29.91%
R=30.37%
G=39.72%
B=29.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1952551920.2400.250117.1410087.65
HexC3FFC0180190756458
Octal303377300300310165144130
Binary110000111111111111000000110000110010111010111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FFC0; }

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

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

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

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

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

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

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

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