#C2FFAB

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

Shades of Tea Green #C2FFAB

Tints of Tea Green #C2FFAB

Color information

#C2FFAB (or 0xC2FFAB) is unknown color: approx Tea Green. HEX triplet: C2, FF and AB. RGB value is (194,255,171). Sum of RGB (Red+Green+Blue) = 194+255+171=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FFAB is #3D0054. Grayscale: #E3E3E3. Windows color (decimal): -3997781 or 11272130. OLE color: 11272130.

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

Color convert

RGB194255171-
CMYK0.2400.330
HSL103.57º100%83.53%-
HSV(B)103.57º32.94%100%-
XYZ65.3685.9351.67-
YUV227.1896.29104.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.29%
GREEN value IS 255 (100% from 255) = 41.13%
BLUE value IS 171 (67.19% from 255) = 27.58%
R=31.29%
G=41.13%
B=27.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1942551710.2400.330103.5710083.53
HexC2FFAB180210686454
Octal302377253300410150144124
Binary1100001011111111101010111100001000010110100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FFAB; }

 p { color: rgb(194,255,171); }

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

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

 a { background-color: rgb(194,255,171); }

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

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

 span { border-color: rgb(194,255,171); }

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