Html Css Color HEX #0DAF87 Mountain Meadow

📋 copy color: '#0DAF87'

red 13 ◦ green 175 ◦ blue 135

#0DAF87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #0DAF87

Tints of Mountain Meadow #0DAF87

RGB

 RED value IS 13 (5.47% from 255) = 4.02%

 GREEN value IS 175 (68.75% from 255) = 54.18%

 BLUE value IS 135 (53.13% from 255) = 41.8%

R = 4.02%
G = 54.18%
B = 41.8%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#0DAF87 (or 0x0DAF87) is known color: Mountain Meadow. HEX triplet: 0D, AF and 87. RGB value is (13,175,135). Sum of RGB (Red+Green+Blue) = 13+175+135=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #0DAF87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAF87 is #F25078. Grayscale: #7A7A7A. Windows color (decimal): -15880313 or 8892173. OLE color: 8892173.

HSL color Cylindrical-coordinate representation of color #0DAF87: hue angle of 165.19º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAF87 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 13 175 135 -
CMYK 0.93 0 0.23 0.31
HSL 165.19º 0.86% 0.37% -
HSV(B) 165.19º 0.93% 0.69% -
XYZ 19.87 32.49 28.15 -
YUV 122 135.33 50.25 -
System Red Green Blue C M Y K H S L
Decimal 13 175 135 0.93 0 0.23 0.31 165.19 0.86 0.37
Hex D AF 87 5D 0 17 1F A5 56 25
Octal 15 257 207 135 0 27 37 245 126 45
Binary 1101 10101111 10000111 1011101 0 10111 11111 10100101 1010110 100101

Color Harmonies of #0DAF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAF87

Black with #0DAF87

Text Example


Text Example

White with #0DAF87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,175,135); }

 H1.HeaderClassName
 {
   color: #0DAF87;
 }
 .AnyTagClassName
 {
   color: #0DAF87;
 }
</style>

background-color css

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

 a { background-color: rgb(13,175,135); }

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

border-color css

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

 span { border-color: rgb(13,175,135); }

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