#C2F4BC

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

Shades of Tea Green #C2F4BC

Tints of Tea Green #C2F4BC

Color information

#C2F4BC (or 0xC2F4BC) is unknown color: approx Tea Green. HEX triplet: C2, F4 and BC. RGB value is (194,244,188). Sum of RGB (Red+Green+Blue) = 194+244+188=626 (82% of max value = 765). Red value is 194 (76.17% from 255 or 30.99% from 626); Green value is 244 (95.70% from 255 or 38.98% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F4BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F4BC is #3D0B43. Grayscale: #DEDEDE. Windows color (decimal): -4000580 or 12383426. OLE color: 12383426.

HSL color Cylindrical-coordinate representation of color #C2F4BC: hue angle of 113.57º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2F4BC is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB194244188-
CMYK0.2000.230.04
HSL113.57º71.79%84.71%-
HSV(B)113.57º22.95%95.69%-
XYZ63.6879.859.62-
YUV222.67108.44107.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.99%
GREEN value IS 244 (95.70% from 255) = 38.98%
BLUE value IS 188 (73.83% from 255) = 30.03%
R=30.99%
G=38.98%
B=30.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1942441880.2000.230.04113.5771.7984.71
HexC2F4BC140174724855
Octal302364274240274162110125
Binary11000010111101001011110010100010111100111001010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F4BC; }

 p { color: rgb(194,244,188); }

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

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

 a { background-color: rgb(194,244,188); }

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

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

 span { border-color: rgb(194,244,188); }

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