#D2FEC0

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

Shades of Tea Green #D2FEC0

Tints of Tea Green #D2FEC0

Color information

#D2FEC0 (or 0xD2FEC0) is unknown color: approx Tea Green. HEX triplet: D2, FE and C0. RGB value is (210,254,192). Sum of RGB (Red+Green+Blue) = 210+254+192=656 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.01% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 192 (75.39% from 255 or 29.27% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FEC0 is #2D013F. Grayscale: #E9E9E9. Windows color (decimal): -2949440 or 12648146. OLE color: 12648146.

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

Color convert

RGB210254192-
CMYK0.1700.240.00
HSL102.58º96.88%87.45%-
HSV(B)102.58º24.41%99.61%-
XYZ71.5388.3963.16-
YUV233.78104.42111.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.01%
GREEN value IS 254 (99.61% from 255) = 38.72%
BLUE value IS 192 (75.39% from 255) = 29.27%
R=32.01%
G=38.72%
B=29.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102541920.1700.240.00102.5896.8887.45
HexD2FEC0110180676157
Octal322376300210300147141127
Binary110100101111111011000000100010110000110011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FEC0; }

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

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

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

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

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

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

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

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