#C2FCBD

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

Shades of Tea Green #C2FCBD

Tints of Tea Green #C2FCBD

Color information

#C2FCBD (or 0xC2FCBD) is unknown color: approx Tea Green. HEX triplet: C2, FC and BD. RGB value is (194,252,189). Sum of RGB (Red+Green+Blue) = 194+252+189=635 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.55% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FCBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FCBD is #3D0342. Grayscale: #E3E3E3. Windows color (decimal): -3998531 or 12451010. OLE color: 12451010.

HSL color Cylindrical-coordinate representation of color #C2FCBD: hue angle of 115.24º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2FCBD is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB194252189-
CMYK0.2300.250.01
HSL115.24º91.3%86.47%-
HSV(B)115.24º25%98.82%-
XYZ66.2484.7661.01-
YUV227.48106.28104.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.55%
GREEN value IS 252 (98.83% from 255) = 39.69%
BLUE value IS 189 (74.22% from 255) = 29.76%
R=30.55%
G=39.69%
B=29.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942521890.2300.250.01115.2491.386.47
HexC2FCBD170191735b56
Octal302374275270311163133126
Binary110000101111110010111101101110110011111001110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FCBD; }

 p { color: rgb(194,252,189); }

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

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

 a { background-color: rgb(194,252,189); }

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

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

 span { border-color: rgb(194,252,189); }

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