#C6F2C2

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

Shades of Tea Green #C6F2C2

Tints of Tea Green #C6F2C2

Color information

#C6F2C2 (or 0xC6F2C2) is unknown color: approx Tea Green. HEX triplet: C6, F2 and C2. RGB value is (198,242,194). Sum of RGB (Red+Green+Blue) = 198+242+194=634 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.23% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 194 (76.17% from 255 or 30.60% from 634); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F2C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6F2C2 is #390D3D. Grayscale: #DFDFDF. Windows color (decimal): -3738942 or 12776134. OLE color: 12776134.

HSL color Cylindrical-coordinate representation of color #C6F2C2: hue angle of 115º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6F2C2 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB198242194-
CMYK0.1800.200.05
HSL115º64.86%85.49%-
HSV(B)115º19.83%94.9%-
XYZ64.7879.4162.95-
YUV223.37111.42109.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.23%
GREEN value IS 242 (94.92% from 255) = 38.17%
BLUE value IS 194 (76.17% from 255) = 30.60%
R=31.23%
G=38.17%
B=30.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1982421940.1800.200.0511564.8685.49
HexC6F2C2120145734155
Octal306362302220245163101125
Binary11000110111100101100001010010010100101111001110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F2C2; }

 p { color: rgb(198,242,194); }

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

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

 a { background-color: rgb(198,242,194); }

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

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

 span { border-color: rgb(198,242,194); }

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