#D2FABF

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

Shades of Tea Green #D2FABF

Tints of Tea Green #D2FABF

Color information

#D2FABF (or 0xD2FABF) is unknown color: approx Tea Green. HEX triplet: D2, FA and BF. RGB value is (210,250,191). Sum of RGB (Red+Green+Blue) = 210+250+191=651 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.26% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 191 (75% from 255 or 29.34% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FABF is #2D0540. Grayscale: #E7E7E7. Windows color (decimal): -2950465 or 12581586. OLE color: 12581586.

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

Color convert

RGB210250191-
CMYK0.1600.240.02
HSL100.68º85.51%86.47%-
HSV(B)100.68º23.6%98.04%-
XYZ70.1785.8362.16-
YUV231.31105.25112.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.26%
GREEN value IS 250 (98.05% from 255) = 38.40%
BLUE value IS 191 (75% from 255) = 29.34%
R=32.26%
G=38.40%
B=29.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102501910.1600.240.02100.6885.5186.47
HexD2FABF100182655656
Octal322372277200302145126126
Binary1101001011111010101111111000001100010110010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FABF; }

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

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

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

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

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

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

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

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