#D0FFAE

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

Shades of Tea Green #D0FFAE

Tints of Tea Green #D0FFAE

Color information

#D0FFAE (or 0xD0FFAE) is unknown color: approx Tea Green. HEX triplet: D0, FF and AE. RGB value is (208,255,174). Sum of RGB (Red+Green+Blue) = 208+255+174=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 174 (68.36% from 255 or 27.32% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FFAE is #2F0051. Grayscale: #E7E7E7. Windows color (decimal): -3080274 or 11468752. OLE color: 11468752.

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

Color convert

RGB208255174-
CMYK0.1800.320
HSL94.81º100%84.12%-
HSV(B)94.81º31.76%100%-
XYZ69.4187.9953.37-
YUV231.7195.43111.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.65%
GREEN value IS 255 (100% from 255) = 40.03%
BLUE value IS 174 (68.36% from 255) = 27.32%
R=32.65%
G=40.03%
B=27.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082551740.1800.32094.8110084.12
HexD0FFAE1202005f6454
Octal320377256220400137144124
Binary1101000011111111101011101001001000000101111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FFAE; }

 p { color: rgb(208,255,174); }

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

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

 a { background-color: rgb(208,255,174); }

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

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

 span { border-color: rgb(208,255,174); }

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