#D0FCBB

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

Shades of Tea Green #D0FCBB

Tints of Tea Green #D0FCBB

Color information

#D0FCBB (or 0xD0FCBB) is unknown color: approx Tea Green. HEX triplet: D0, FC and BB. RGB value is (208,252,187). Sum of RGB (Red+Green+Blue) = 208+252+187=647 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.15% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 187 (73.44% from 255 or 28.90% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FCBB is #2F0344. Grayscale: #E7E7E7. Windows color (decimal): -3081029 or 12319952. OLE color: 12319952.

HSL color Cylindrical-coordinate representation of color #D0FCBB: hue angle of 100.62º degrees, saturation: 0.92, 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 #D0FCBB is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB208252187-
CMYK0.1700.260.01
HSL100.62º91.55%86.08%-
HSV(B)100.62º25.79%98.82%-
XYZ69.7986.6260.05-
YUV231.43102.92111.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.15%
GREEN value IS 252 (98.83% from 255) = 38.95%
BLUE value IS 187 (73.44% from 255) = 28.90%
R=32.15%
G=38.95%
B=28.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082521870.1700.260.01100.6291.5586.08
HexD0FCBB1101A1655c56
Octal320374273210321145134126
Binary110100001111110010111011100010110101110010110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FCBB; }

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

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

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

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

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

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

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

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