#D2FCBB

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

Shades of Tea Green #D2FCBB

Tints of Tea Green #D2FCBB

Color information

#D2FCBB (or 0xD2FCBB) is unknown color: approx Tea Green. HEX triplet: D2, FC and BB. RGB value is (210,252,187). Sum of RGB (Red+Green+Blue) = 210+252+187=649 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.36% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 187 (73.44% from 255 or 28.81% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FCBB is #2D0344. Grayscale: #E8E8E8. Windows color (decimal): -2949957 or 12319954. OLE color: 12319954.

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

Color convert

RGB210252187-
CMYK0.1700.260.01
HSL98.77º91.55%86.08%-
HSV(B)98.77º25.79%98.82%-
XYZ70.3686.9160.08-
YUV232.03102.59112.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.36%
GREEN value IS 252 (98.83% from 255) = 38.83%
BLUE value IS 187 (73.44% from 255) = 28.81%
R=32.36%
G=38.83%
B=28.81%

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
Decimal2102521870.1700.260.0198.7791.5586.08
HexD2FCBB1101A1635c56
Octal322374273210321143134126
Binary110100101111110010111011100010110101110001110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FCBB; }

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

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

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

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

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

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

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

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