#D0F9BA

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

Shades of Tea Green #D0F9BA

Tints of Tea Green #D0F9BA

Color information

#D0F9BA (or 0xD0F9BA) is unknown color: approx Tea Green. HEX triplet: D0, F9 and BA. RGB value is (208,249,186). Sum of RGB (Red+Green+Blue) = 208+249+186=643 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.35% from 643); Green value is 249 (97.66% from 255 or 38.72% from 643); Blue value is 186 (73.05% from 255 or 28.93% from 643); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F9BA is #2F0645. Grayscale: #E5E5E5. Windows color (decimal): -3081798 or 12253648. OLE color: 12253648.

HSL color Cylindrical-coordinate representation of color #D0F9BA: hue angle of 99.05º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0F9BA is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB208249186-
CMYK0.1600.250.02
HSL99.05º84%85.29%-
HSV(B)99.05º25.3%97.65%-
XYZ68.7584.7159.18-
YUV229.56103.42112.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.35%
GREEN value IS 249 (97.66% from 255) = 38.72%
BLUE value IS 186 (73.05% from 255) = 28.93%
R=32.35%
G=38.72%
B=28.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082491860.1600.250.0299.058485.29
HexD0F9BA100192635455
Octal320371272200312143124125
Binary1101000011111001101110101000001100110110001110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F9BA; }

 p { color: rgb(208,249,186); }

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

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

 a { background-color: rgb(208,249,186); }

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

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

 span { border-color: rgb(208,249,186); }

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