#D0FDAD

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

Shades of Tea Green #D0FDAD

Tints of Tea Green #D0FDAD

Color information

#D0FDAD (or 0xD0FDAD) is unknown color: approx Tea Green. HEX triplet: D0, FD and AD. RGB value is (208,253,173). Sum of RGB (Red+Green+Blue) = 208+253+173=634 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.81% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 173 (67.97% from 255 or 27.29% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FDAD is #2F0252. Grayscale: #E6E6E6. Windows color (decimal): -3080787 or 11402704. OLE color: 11402704.

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

Color convert

RGB208253173-
CMYK0.1800.320.01
HSL93.75º95.24%83.53%-
HSV(B)93.75º31.62%99.22%-
XYZ68.6886.6852.65-
YUV230.4295.59112-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.81%
GREEN value IS 253 (99.22% from 255) = 39.91%
BLUE value IS 173 (67.97% from 255) = 27.29%
R=32.81%
G=39.91%
B=27.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082531730.1800.320.0193.7595.2483.53
HexD0FDAD1202015e5f54
Octal320375255220401136137124
Binary1101000011111101101011011001001000001101111010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FDAD; }

 p { color: rgb(208,253,173); }

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

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

 a { background-color: rgb(208,253,173); }

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

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

 span { border-color: rgb(208,253,173); }

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