#D0F5AF

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

Shades of Tea Green #D0F5AF

Tints of Tea Green #D0F5AF

Color information

#D0F5AF (or 0xD0F5AF) is unknown color: approx Tea Green. HEX triplet: D0, F5 and AF. RGB value is (208,245,175). Sum of RGB (Red+Green+Blue) = 208+245+175=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 245 (96.09% from 255 or 39.01% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F5AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F5AF is #2F0A50. Grayscale: #E2E2E2. Windows color (decimal): -3082833 or 11531728. OLE color: 11531728.

HSL color Cylindrical-coordinate representation of color #D0F5AF: hue angle of 91.71º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0F5AF is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB208245175-
CMYK0.1500.290.04
HSL91.71º77.78%82.35%-
HSV(B)91.71º28.57%96.08%-
XYZ66.481.8152.85-
YUV225.9699.24115.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.12%
GREEN value IS 245 (96.09% from 255) = 39.01%
BLUE value IS 175 (68.75% from 255) = 27.87%
R=33.12%
G=39.01%
B=27.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2082451750.1500.290.0491.7177.7882.35
HexD0F5AFF01D45c4e52
Octal320365257170354134116122
Binary1101000011110101101011111111011101100101110010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F5AF; }

 p { color: rgb(208,245,175); }

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

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

 a { background-color: rgb(208,245,175); }

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

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

 span { border-color: rgb(208,245,175); }

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