#D2FEB0

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

Shades of Tea Green #D2FEB0

Tints of Tea Green #D2FEB0

Color information

#D2FEB0 (or 0xD2FEB0) is unknown color: approx Tea Green. HEX triplet: D2, FE and B0. RGB value is (210,254,176). Sum of RGB (Red+Green+Blue) = 210+254+176=640 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.81% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 176 (69.14% from 255 or 27.5% from 640); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FEB0 is #2D014F. Grayscale: #E8E8E8. Windows color (decimal): -2949456 or 11599570. OLE color: 11599570.

HSL color Cylindrical-coordinate representation of color #D2FEB0: hue angle of 93.85º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2FEB0 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB210254176-
CMYK0.1700.310.00
HSL93.85º97.5%84.31%-
HSV(B)93.85º30.71%99.61%-
XYZ69.8687.7254.32-
YUV231.9596.42112.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.81%
GREEN value IS 254 (99.61% from 255) = 39.69%
BLUE value IS 176 (69.14% from 255) = 27.5%
R=32.81%
G=39.69%
B=27.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102541760.1700.310.0093.8597.584.31
HexD2FEB01101F05e6254
Octal322376260210370136142124
Binary110100101111111010110000100010111110101111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FEB0; }

 p { color: rgb(210,254,176); }

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

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

 a { background-color: rgb(210,254,176); }

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

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

 span { border-color: rgb(210,254,176); }

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