#D2F0BB

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

Shades of Tea Green #D2F0BB

Tints of Tea Green #D2F0BB

Color information

#D2F0BB (or 0xD2F0BB) is unknown color: approx Tea Green. HEX triplet: D2, F0 and BB. RGB value is (210,240,187). Sum of RGB (Red+Green+Blue) = 210+240+187=637 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.97% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F0BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F0BB is #2D0F44. Grayscale: #E1E1E1. Windows color (decimal): -2953029 or 12316882. OLE color: 12316882.

HSL color Cylindrical-coordinate representation of color #D2F0BB: hue angle of 93.96º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2F0BB is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB210240187-
CMYK0.1200.220.06
HSL93.96º63.86%83.73%-
HSV(B)93.96º22.08%94.12%-
XYZ66.7179.6158.86-
YUV224.99106.56117.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.97%
GREEN value IS 240 (94.14% from 255) = 37.68%
BLUE value IS 187 (73.44% from 255) = 29.36%
R=32.97%
G=37.68%
B=29.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102401870.1200.220.0693.9663.8683.73
HexD2F0BBC01665e4054
Octal322360273140266136100124
Binary1101001011110000101110111100010110110101111010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F0BB; }

 p { color: rgb(210,240,187); }

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

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

 a { background-color: rgb(210,240,187); }

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

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

 span { border-color: rgb(210,240,187); }

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