#D2FCBA

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

Shades of Tea Green #D2FCBA

Tints of Tea Green #D2FCBA

Color information

#D2FCBA (or 0xD2FCBA) is unknown color: approx Tea Green. HEX triplet: D2, FC and BA. RGB value is (210,252,186). Sum of RGB (Red+Green+Blue) = 210+252+186=648 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.41% from 648); Green value is 252 (98.83% from 255 or 38.89% from 648); Blue value is 186 (73.05% from 255 or 28.70% from 648); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FCBA is #2D0345. Grayscale: #E8E8E8. Windows color (decimal): -2949958 or 12254418. OLE color: 12254418.

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

Color convert

RGB210252186-
CMYK0.1700.260.01
HSL98.18º91.67%85.88%-
HSV(B)98.18º26.19%98.82%-
XYZ70.2586.8759.52-
YUV231.92102.09112.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.41%
GREEN value IS 252 (98.83% from 255) = 38.89%
BLUE value IS 186 (73.05% from 255) = 28.70%
R=32.41%
G=38.89%
B=28.70%

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
Decimal2102521860.1700.260.0198.1891.6785.88
HexD2FCBA1101A1625c56
Octal322374272210321142134126
Binary110100101111110010111010100010110101110001010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FCBA; }

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

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

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

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

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

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

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

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