#C2F6BA

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

Shades of Tea Green #C2F6BA

Tints of Tea Green #C2F6BA

Color information

#C2F6BA (or 0xC2F6BA) is unknown color: approx Tea Green. HEX triplet: C2, F6 and BA. RGB value is (194,246,186). Sum of RGB (Red+Green+Blue) = 194+246+186=626 (82% of max value = 765). Red value is 194 (76.17% from 255 or 30.99% from 626); Green value is 246 (96.48% from 255 or 39.30% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 246 - color contains mainly: green. Hex color #C2F6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F6BA is #3D0945. Grayscale: #DFDFDF. Windows color (decimal): -4000070 or 12252866. OLE color: 12252866.

HSL color Cylindrical-coordinate representation of color #C2F6BA: hue angle of 112º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2F6BA is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB194246186-
CMYK0.2100.240.04
HSL112º76.92%84.71%-
HSV(B)112º24.39%96.47%-
XYZ64.0780.9358.7-
YUV223.61106.77106.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.99%
GREEN value IS 246 (96.48% from 255) = 39.30%
BLUE value IS 186 (73.05% from 255) = 29.71%
R=30.99%
G=39.30%
B=29.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1942461860.2100.240.0411276.9284.71
HexC2F6BA150184704d55
Octal302366272250304160115125
Binary11000010111101101011101010101011000100111000010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F6BA; }

 p { color: rgb(194,246,186); }

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

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

 a { background-color: rgb(194,246,186); }

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

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

 span { border-color: rgb(194,246,186); }

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