#D0FFB0

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

Shades of Tea Green #D0FFB0

Tints of Tea Green #D0FFB0

Color information

#D0FFB0 (or 0xD0FFB0) is unknown color: approx Tea Green. HEX triplet: D0, FF and B0. RGB value is (208,255,176). Sum of RGB (Red+Green+Blue) = 208+255+176=639 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.55% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 176 (69.14% from 255 or 27.54% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FFB0 is #2F004F. Grayscale: #E8E8E8. Windows color (decimal): -3080272 or 11599824. OLE color: 11599824.

HSL color Cylindrical-coordinate representation of color #D0FFB0: hue angle of 95.7º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0FFB0 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB208255176-
CMYK0.1800.310
HSL95.7º100%84.51%-
HSV(B)95.7º30.98%100%-
XYZ69.6188.0654.4-
YUV231.9496.43110.92-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.55%
GREEN value IS 255 (100% from 255) = 39.91%
BLUE value IS 176 (69.14% from 255) = 27.54%
R=32.55%
G=39.91%
B=27.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082551760.1800.31095.710084.51
HexD0FFB01201F0606455
Octal320377260220370140144125
Binary110100001111111110110000100100111110110000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FFB0; }

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

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

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

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

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

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

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

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