Html Css Color HEX #0DB189 Mountain Meadow

📋 copy color: '#0DB189'

red 13 ◦ green 177 ◦ blue 137

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

Shades of Mountain Meadow #0DB189

Tints of Mountain Meadow #0DB189

RGB

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

 GREEN value IS 177 (69.53% from 255) = 54.13%

 BLUE value IS 137 (53.91% from 255) = 41.9%

R = 3.98%
G = 54.13%
B = 41.9%

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

#0DB189 (or 0x0DB189) is known color: Mountain Meadow. HEX triplet: 0D, B1 and 89. RGB value is (13,177,137). Sum of RGB (Red+Green+Blue) = 13+177+137=327 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.98% from 327); Green value is 177 (69.53% from 255 or 54.13% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 177 - color contains mainly: green. Hex color #0DB189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DB189 is #F24E76. Grayscale: #7B7B7B. Windows color (decimal): -15879799 or 9023757. OLE color: 9023757.

HSL color Cylindrical-coordinate representation of color #0DB189: hue angle of 165.37º 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 #0DB189 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 13 177 137 -
CMYK 0.93 0 0.23 0.31
HSL 165.37º 0.86% 0.37% -
HSV(B) 165.37º 0.93% 0.69% -
XYZ 20.4 33.34 29.03 -
YUV 123.4 135.67 49.25 -
System Red Green Blue C M Y K H S L
Decimal 13 177 137 0.93 0 0.23 0.31 165.37 0.86 0.37
Hex D B1 89 5D 0 17 1F A5 56 25
Octal 15 261 211 135 0 27 37 245 126 45
Binary 1101 10110001 10001001 1011101 0 10111 11111 10100101 1010110 100101

Color Harmonies of #0DB189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB189

Black with #0DB189

Text Example


Text Example

White with #0DB189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,177,137); }

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

background-color css

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

 a { background-color: rgb(13,177,137); }

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

border-color css

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

 span { border-color: rgb(13,177,137); }

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