#C2F4BA

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

Shades of Tea Green #C2F4BA

Tints of Tea Green #C2F4BA

Color information

#C2F4BA (or 0xC2F4BA) is unknown color: approx Tea Green. HEX triplet: C2, F4 and BA. RGB value is (194,244,186). Sum of RGB (Red+Green+Blue) = 194+244+186=624 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.09% from 624); Green value is 244 (95.70% from 255 or 39.10% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F4BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F4BA is #3D0B45. Grayscale: #DEDEDE. Windows color (decimal): -4000582 or 12252354. OLE color: 12252354.

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

Color convert

RGB194244186-
CMYK0.2000.240.04
HSL111.72º72.5%84.31%-
HSV(B)111.72º23.77%95.69%-
XYZ63.4679.7258.5-
YUV222.44107.44107.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.09%
GREEN value IS 244 (95.70% from 255) = 39.10%
BLUE value IS 186 (73.05% from 255) = 29.81%
R=31.09%
G=39.10%
B=29.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1942441860.2000.240.04111.7272.584.31
HexC2F4BA140184704854
Octal302364272240304160110124
Binary11000010111101001011101010100011000100111000010010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F4BA; }

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

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

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

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

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

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

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

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