#C2FEBF

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

Shades of Tea Green #C2FEBF

Tints of Tea Green #C2FEBF

Color information

#C2FEBF (or 0xC2FEBF) is unknown color: approx Tea Green. HEX triplet: C2, FE and BF. RGB value is (194,254,191). Sum of RGB (Red+Green+Blue) = 194+254+191=639 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.36% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FEBF is #3D0140. Grayscale: #E5E5E5. Windows color (decimal): -3998017 or 12582594. OLE color: 12582594.

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

Color convert

RGB194254191-
CMYK0.2400.250.00
HSL117.14º96.92%87.25%-
HSV(B)117.14º24.8%99.61%-
XYZ67.0986.1162.38-
YUV228.88106.62103.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.36%
GREEN value IS 254 (99.61% from 255) = 39.75%
BLUE value IS 191 (75% from 255) = 29.89%
R=30.36%
G=39.75%
B=29.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1942541910.2400.250.00117.1496.9287.25
HexC2FEBF180190756157
Octal302376277300310165141127
Binary110000101111111010111111110000110010111010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FEBF; }

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

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

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

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

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

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

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

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