#D2FBBF

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

Shades of Tea Green #D2FBBF

Tints of Tea Green #D2FBBF

Color information

#D2FBBF (or 0xD2FBBF) is unknown color: approx Tea Green. HEX triplet: D2, FB and BF. RGB value is (210,251,191). Sum of RGB (Red+Green+Blue) = 210+251+191=652 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.21% from 652); Green value is 251 (98.44% from 255 or 38.50% from 652); Blue value is 191 (75% from 255 or 29.29% from 652); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FBBF is #2D0440. Grayscale: #E8E8E8. Windows color (decimal): -2950209 or 12581842. OLE color: 12581842.

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

Color convert

RGB210251191-
CMYK0.1600.240.02
HSL101º88.24%86.67%-
HSV(B)101º23.9%98.43%-
XYZ70.4886.4662.26-
YUV231.9104.92112.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.21%
GREEN value IS 251 (98.44% from 255) = 38.50%
BLUE value IS 191 (75% from 255) = 29.29%
R=32.21%
G=38.50%
B=29.29%

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
Decimal2102511910.1600.240.0210188.2486.67
HexD2FBBF100182655857
Octal322373277200302145130127
Binary1101001011111011101111111000001100010110010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FBBF; }

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

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

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

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

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

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

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

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