#D0FAB0

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

Shades of Tea Green #D0FAB0

Tints of Tea Green #D0FAB0

Color information

#D0FAB0 (or 0xD0FAB0) is unknown color: approx Tea Green. HEX triplet: D0, FA and B0. RGB value is (208,250,176). Sum of RGB (Red+Green+Blue) = 208+250+176=634 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.81% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 176 (69.14% from 255 or 27.76% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FAB0 is #2F054F. Grayscale: #E5E5E5. Windows color (decimal): -3081552 or 11598544. OLE color: 11598544.

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

Color convert

RGB208250176-
CMYK0.1700.300.02
HSL94.05º88.1%83.53%-
HSV(B)94.05º29.6%98.04%-
XYZ68.0384.9253.88-
YUV229.0198.09113.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.81%
GREEN value IS 250 (98.05% from 255) = 39.43%
BLUE value IS 176 (69.14% from 255) = 27.76%
R=32.81%
G=39.43%
B=27.76%

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
Decimal2082501760.1700.300.0294.0588.183.53
HexD0FAB01101E25e5854
Octal320372260210362136130124
Binary1101000011111010101100001000101111010101111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FAB0; }

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

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

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

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

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

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

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

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