#D0FAAE

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

Shades of Tea Green #D0FAAE

Tints of Tea Green #D0FAAE

Color information

#D0FAAE (or 0xD0FAAE) is unknown color: approx Tea Green. HEX triplet: D0, FA and AE. RGB value is (208,250,174). Sum of RGB (Red+Green+Blue) = 208+250+174=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 174 (68.36% from 255 or 27.53% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FAAE is #2F0551. Grayscale: #E5E5E5. Windows color (decimal): -3081554 or 11467472. OLE color: 11467472.

HSL color Cylindrical-coordinate representation of color #D0FAAE: hue angle of 93.16º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0FAAE is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB208250174-
CMYK0.1700.300.02
HSL93.16º88.37%83.14%-
HSV(B)93.16º30.4%98.04%-
XYZ67.8484.8452.84-
YUV228.7897.09113.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.91%
GREEN value IS 250 (98.05% from 255) = 39.56%
BLUE value IS 174 (68.36% from 255) = 27.53%
R=32.91%
G=39.56%
B=27.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082501740.1700.300.0293.1688.3783.14
HexD0FAAE1101E25d5853
Octal320372256210362135130123
Binary1101000011111010101011101000101111010101110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FAAE; }

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

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

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

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

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

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

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

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