#C2F9BA

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

Shades of Tea Green #C2F9BA

Tints of Tea Green #C2F9BA

Color information

#C2F9BA (or 0xC2F9BA) is unknown color: approx Tea Green. HEX triplet: C2, F9 and BA. RGB value is (194,249,186). Sum of RGB (Red+Green+Blue) = 194+249+186=629 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.84% from 629); Green value is 249 (97.66% from 255 or 39.59% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F9BA is #3D0645. Grayscale: #E1E1E1. Windows color (decimal): -3999302 or 12253634. OLE color: 12253634.

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

Color convert

RGB194249186-
CMYK0.2200.250.02
HSL112.38º84%85.29%-
HSV(B)112.38º25.3%97.65%-
XYZ64.9982.7759-
YUV225.37105.78105.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.84%
GREEN value IS 249 (97.66% from 255) = 39.59%
BLUE value IS 186 (73.05% from 255) = 29.57%
R=30.84%
G=39.59%
B=29.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942491860.2200.250.02112.388485.29
HexC2F9BA160192705455
Octal302371272260312160124125
Binary1100001011111001101110101011001100110111000010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F9BA; }

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

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

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

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

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

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

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

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