#C7FABF

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

Shades of Tea Green #C7FABF

Tints of Tea Green #C7FABF

Color information

#C7FABF (or 0xC7FABF) is unknown color: approx Tea Green. HEX triplet: C7, FA and BF. RGB value is (199,250,191). Sum of RGB (Red+Green+Blue) = 199+250+191=640 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.09% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 191 (75% from 255 or 29.84% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FABF is #380540. Grayscale: #E4E4E4. Windows color (decimal): -3671361 or 12581575. OLE color: 12581575.

HSL color Cylindrical-coordinate representation of color #C7FABF: hue angle of 111.86º 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 #C7FABF is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB199250191-
CMYK0.2000.240.02
HSL111.86º85.51%86.47%-
HSV(B)111.86º23.6%98.04%-
XYZ67.1484.2762.02-
YUV228.02107.1107.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.09%
GREEN value IS 250 (98.05% from 255) = 39.06%
BLUE value IS 191 (75% from 255) = 29.84%
R=31.09%
G=39.06%
B=29.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992501910.2000.240.02111.8685.5186.47
HexC7FABF140182705656
Octal307372277240302160126126
Binary1100011111111010101111111010001100010111000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FABF; }

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

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

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

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

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

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

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

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