#0DAD8C

Color #0DAD8C Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0DAD8C

Tints of Mountain Meadow #0DAD8C

Color information

#0DAD8C (or 0x0DAD8C) is unknown color: approx Mountain Meadow. HEX triplet: 0D, AD and 8C. RGB value is (13,173,140). Sum of RGB (Red+Green+Blue) = 13+173+140=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAD8C is #F25273. Grayscale: #797979. Windows color (decimal): -15880820 or 9219341. OLE color: 9219341.

HSL color Cylindrical-coordinate representation of color #0DAD8C: hue angle of 167.62º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAD8C is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB13173140-
CMYK0.9200.190.32
HSL167.62º86.02%36.47%-
HSV(B)167.62º92.49%67.84%-
XYZ19.8431.8729.92-
YUV121.4138.4950.68-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.99%
GREEN value IS 173 (67.97% from 255) = 53.07%
BLUE value IS 140 (55.08% from 255) = 42.94%
R=3.99%
G=53.07%
B=42.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131731400.9200.190.32167.6286.0236.47
HexDAD8C5C01320a85624
Octal152552141340234025012644
Binary110110101101100011001011100010011100000101010001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0DAD8C; }

 p { color: rgb(13,173,140); }

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

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

 a { background-color: rgb(13,173,140); }

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

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

 span { border-color: rgb(13,173,140); }

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