#D0F8AE

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

Shades of Tea Green #D0F8AE

Tints of Tea Green #D0F8AE

Color information

#D0F8AE (or 0xD0F8AE) is unknown color: approx Tea Green. HEX triplet: D0, F8 and AE. RGB value is (208,248,174). Sum of RGB (Red+Green+Blue) = 208+248+174=630 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.02% from 630); Green value is 248 (97.27% from 255 or 39.37% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F8AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F8AE is #2F0751. Grayscale: #E3E3E3. Windows color (decimal): -3082066 or 11466960. OLE color: 11466960.

HSL color Cylindrical-coordinate representation of color #D0F8AE: hue angle of 92.43º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0F8AE is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB208248174-
CMYK0.1600.300.03
HSL92.43º84.09%82.75%-
HSV(B)92.43º29.84%97.25%-
XYZ67.2283.652.64-
YUV227.697.75114.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.02%
GREEN value IS 248 (97.27% from 255) = 39.37%
BLUE value IS 174 (68.36% from 255) = 27.62%
R=33.02%
G=39.37%
B=27.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082481740.1600.300.0392.4384.0982.75
HexD0F8AE1001E35c5453
Octal320370256200363134124123
Binary1101000011111000101011101000001111011101110010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F8AE; }

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

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

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

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

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

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

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

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