#C3FABF

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

Shades of Tea Green #C3FABF

Tints of Tea Green #C3FABF

Color information

#C3FABF (or 0xC3FABF) is unknown color: approx Tea Green. HEX triplet: C3, FA and BF. RGB value is (195,250,191). Sum of RGB (Red+Green+Blue) = 195+250+191=636 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.66% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FABF is #3C0540. Grayscale: #E3E3E3. Windows color (decimal): -3933505 or 12581571. OLE color: 12581571.

HSL color Cylindrical-coordinate representation of color #C3FABF: hue angle of 115.93º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3FABF is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB195250191-
CMYK0.2200.240.02
HSL115.93º85.51%86.47%-
HSV(B)115.93º23.6%98.04%-
XYZ66.183.7361.97-
YUV226.83107.78105.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.66%
GREEN value IS 250 (98.05% from 255) = 39.31%
BLUE value IS 191 (75% from 255) = 30.03%
R=30.66%
G=39.31%
B=30.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1952501910.2200.240.02115.9385.5186.47
HexC3FABF160182745656
Octal303372277260302164126126
Binary1100001111111010101111111011001100010111010010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FABF; }

 p { color: rgb(195,250,191); }

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

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

 a { background-color: rgb(195,250,191); }

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

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

 span { border-color: rgb(195,250,191); }

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