#C2F8BF

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

Shades of Tea Green #C2F8BF

Tints of Tea Green #C2F8BF

Color information

#C2F8BF (or 0xC2F8BF) is unknown color: approx Tea Green. HEX triplet: C2, F8 and BF. RGB value is (194,248,191). Sum of RGB (Red+Green+Blue) = 194+248+191=633 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.65% from 633); Green value is 248 (97.27% from 255 or 39.18% from 633); Blue value is 191 (75% from 255 or 30.17% from 633); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F8BF is #3D0740. Grayscale: #E1E1E1. Windows color (decimal): -3999553 or 12581058. OLE color: 12581058.

HSL color Cylindrical-coordinate representation of color #C2F8BF: hue angle of 116.84º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2F8BF is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB194248191-
CMYK0.2200.230.03
HSL116.84º80.28%86.08%-
HSV(B)116.84º22.98%97.25%-
XYZ65.2282.3761.75-
YUV225.36108.61105.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.65%
GREEN value IS 248 (97.27% from 255) = 39.18%
BLUE value IS 191 (75% from 255) = 30.17%
R=30.65%
G=39.18%
B=30.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1942481910.2200.230.03116.8480.2886.08
HexC2F8BF160173755056
Octal302370277260273165120126
Binary1100001011111000101111111011001011111111010110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F8BF; }

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

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

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

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

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

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

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

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