#D2FEC2

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

Shades of Tea Green #D2FEC2

Tints of Tea Green #D2FEC2

Color information

#D2FEC2 (or 0xD2FEC2) is unknown color: approx Tea Green. HEX triplet: D2, FE and C2. RGB value is (210,254,194). Sum of RGB (Red+Green+Blue) = 210+254+194=658 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.91% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 194 (76.17% from 255 or 29.48% from 658); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FEC2 is #2D013D. Grayscale: #EAEAEA. Windows color (decimal): -2949438 or 12779218. OLE color: 12779218.

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

Color convert

RGB210254194-
CMYK0.1700.240.00
HSL104º96.77%87.84%-
HSV(B)104º23.62%99.61%-
XYZ71.7688.4864.34-
YUV234105.42110.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.91%
GREEN value IS 254 (99.61% from 255) = 38.60%
BLUE value IS 194 (76.17% from 255) = 29.48%
R=31.91%
G=38.60%
B=29.48%

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
Decimal2102541940.1700.240.0010496.7787.84
HexD2FEC2110180686158
Octal322376302210300150141130
Binary110100101111111011000010100010110000110100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FEC2; }

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

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

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

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

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

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

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

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