#C2F9BE

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

Shades of Tea Green #C2F9BE

Tints of Tea Green #C2F9BE

Color information

#C2F9BE (or 0xC2F9BE) is unknown color: approx Tea Green. HEX triplet: C2, F9 and BE. RGB value is (194,249,190). Sum of RGB (Red+Green+Blue) = 194+249+190=633 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.65% from 633); Green value is 249 (97.66% from 255 or 39.34% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F9BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F9BE is #3D0641. Grayscale: #E2E2E2. Windows color (decimal): -3999298 or 12515778. OLE color: 12515778.

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

Color convert

RGB194249190-
CMYK0.2200.240.02
HSL115.93º83.1%86.08%-
HSV(B)115.93º23.69%97.65%-
XYZ65.4282.9461.28-
YUV225.83107.78105.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.65%
GREEN value IS 249 (97.66% from 255) = 39.34%
BLUE value IS 190 (74.61% from 255) = 30.02%
R=30.65%
G=39.34%
B=30.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942491900.2200.240.02115.9383.186.08
HexC2F9BE160182745356
Octal302371276260302164123126
Binary1100001011111001101111101011001100010111010010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F9BE; }

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

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

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

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

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

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

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

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