#D2F8BB

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

Shades of Tea Green #D2F8BB

Tints of Tea Green #D2F8BB

Color information

#D2F8BB (or 0xD2F8BB) is unknown color: approx Tea Green. HEX triplet: D2, F8 and BB. RGB value is (210,248,187). Sum of RGB (Red+Green+Blue) = 210+248+187=645 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.56% from 645); Green value is 248 (97.27% from 255 or 38.45% from 645); Blue value is 187 (73.44% from 255 or 28.99% from 645); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F8BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F8BB is #2D0744. Grayscale: #E5E5E5. Windows color (decimal): -2950981 or 12318930. OLE color: 12318930.

HSL color Cylindrical-coordinate representation of color #D2F8BB: hue angle of 97.38º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2F8BB is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB210248187-
CMYK0.1500.250.03
HSL97.38º81.33%85.29%-
HSV(B)97.38º24.6%97.25%-
XYZ69.1284.4259.67-
YUV229.68103.91113.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.56%
GREEN value IS 248 (97.27% from 255) = 38.45%
BLUE value IS 187 (73.44% from 255) = 28.99%
R=32.56%
G=38.45%
B=28.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2102481870.1500.250.0397.3881.3385.29
HexD2F8BBF0193615155
Octal322370273170313141121125
Binary110100101111100010111011111101100111110000110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F8BB; }

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

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

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

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

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

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

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

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