Html Css Color HEX #0DB585 Mountain Meadow

📋 copy color: '#0DB585'

red 13 ◦ green 181 ◦ blue 133

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

Shades of Mountain Meadow #0DB585

Tints of Mountain Meadow #0DB585

RGB

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

 GREEN value IS 181 (71.09% from 255) = 55.35%

 BLUE value IS 133 (52.34% from 255) = 40.67%

R = 3.98%
G = 55.35%
B = 40.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#0DB585 (or 0x0DB585) is known color: Mountain Meadow. HEX triplet: 0D, B5 and 85. RGB value is (13,181,133). Sum of RGB (Red+Green+Blue) = 13+181+133=327 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.98% from 327); Green value is 181 (71.09% from 255 or 55.35% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB585 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB585 is #F24A7A. Grayscale: #7D7D7D. Windows color (decimal): -15878779 or 8762637. OLE color: 8762637.

HSL color Cylindrical-coordinate representation of color #0DB585: hue angle of 162.86º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB585 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 13 181 133 -
CMYK 0.93 0 0.27 0.29
HSL 162.86º 0.87% 0.38% -
HSV(B) 162.86º 0.93% 0.71% -
XYZ 20.92 34.83 27.81 -
YUV 125.3 132.34 47.9 -
System Red Green Blue C M Y K H S L
Decimal 13 181 133 0.93 0 0.27 0.29 162.86 0.87 0.38
Hex D B5 85 5D 0 1B 1D A3 57 26
Octal 15 265 205 135 0 33 35 243 127 46
Binary 1101 10110101 10000101 1011101 0 11011 11101 10100011 1010111 100110

Color Harmonies of #0DB585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB585

Black with #0DB585

Text Example


Text Example

White with #0DB585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,181,133); }

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

background-color css

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

 a { background-color: rgb(13,181,133); }

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

border-color css

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

 span { border-color: rgb(13,181,133); }

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