#D0FDBB

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

Shades of Tea Green #D0FDBB

Tints of Tea Green #D0FDBB

Color information

#D0FDBB (or 0xD0FDBB) is unknown color: approx Tea Green. HEX triplet: D0, FD and BB. RGB value is (208,253,187). Sum of RGB (Red+Green+Blue) = 208+253+187=648 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.10% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 187 (73.44% from 255 or 28.86% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FDBB is #2F0244. Grayscale: #E8E8E8. Windows color (decimal): -3080773 or 12320208. OLE color: 12320208.

HSL color Cylindrical-coordinate representation of color #D0FDBB: hue angle of 100.91º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0FDBB is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB208253187-
CMYK0.1800.260.01
HSL100.91º94.29%86.27%-
HSV(B)100.91º26.09%99.22%-
XYZ70.1187.2560.16-
YUV232.02102.59110.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.10%
GREEN value IS 253 (99.22% from 255) = 39.04%
BLUE value IS 187 (73.44% from 255) = 28.86%
R=32.10%
G=39.04%
B=28.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082531870.1800.260.01100.9194.2986.27
HexD0FDBB1201A1655e56
Octal320375273220321145136126
Binary110100001111110110111011100100110101110010110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FDBB; }

 p { color: rgb(208,253,187); }

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

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

 a { background-color: rgb(208,253,187); }

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

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

 span { border-color: rgb(208,253,187); }

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