#D2FFC0

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

Shades of Tea Green #D2FFC0

Tints of Tea Green #D2FFC0

Color information

#D2FFC0 (or 0xD2FFC0) is unknown color: approx Tea Green. HEX triplet: D2, FF and C0. RGB value is (210,255,192). Sum of RGB (Red+Green+Blue) = 210+255+192=657 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.96% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 192 (75.39% from 255 or 29.22% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FFC0 is #2D003F. Grayscale: #EAEAEA. Windows color (decimal): -2949184 or 12648402. OLE color: 12648402.

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

Color convert

RGB210255192-
CMYK0.1800.250
HSL102.86º100%87.65%-
HSV(B)102.86º24.71%100%-
XYZ71.8589.0363.27-
YUV234.36104.09110.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.96%
GREEN value IS 255 (100% from 255) = 38.81%
BLUE value IS 192 (75.39% from 255) = 29.22%
R=31.96%
G=38.81%
B=29.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102551920.1800.250102.8610087.65
HexD2FFC0120190676458
Octal322377300220310147144130
Binary110100101111111111000000100100110010110011111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FFC0; }

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

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

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

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

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

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

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

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