#C2FEB6

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

Shades of Tea Green #C2FEB6

Tints of Tea Green #C2FEB6

Color information

#C2FEB6 (or 0xC2FEB6) is unknown color: approx Tea Green. HEX triplet: C2, FE and B6. RGB value is (194,254,182). Sum of RGB (Red+Green+Blue) = 194+254+182=630 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.79% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 182 (71.48% from 255 or 28.89% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FEB6 is #3D0149. Grayscale: #E4E4E4. Windows color (decimal): -3998026 or 11992770. OLE color: 11992770.

HSL color Cylindrical-coordinate representation of color #C2FEB6: hue angle of 110º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2FEB6 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB194254182-
CMYK0.2400.280.00
HSL110º97.3%85.49%-
HSV(B)110º28.35%99.61%-
XYZ66.1385.7357.32-
YUV227.85102.12103.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.79%
GREEN value IS 254 (99.61% from 255) = 40.32%
BLUE value IS 182 (71.48% from 255) = 28.89%
R=30.79%
G=40.32%
B=28.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1942541820.2400.280.0011097.385.49
HexC2FEB61801C06e6155
Octal302376266300340156141125
Binary110000101111111010110110110000111000110111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FEB6; }

 p { color: rgb(194,254,182); }

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

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

 a { background-color: rgb(194,254,182); }

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

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

 span { border-color: rgb(194,254,182); }

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