Html Css Color HEX #0DB687 Mountain Meadow

📋 copy color: '#0DB687'

red 13 ◦ green 182 ◦ blue 135

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

Shades of Mountain Meadow #0DB687

Tints of Mountain Meadow #0DB687

RGB

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

 GREEN value IS 182 (71.48% from 255) = 55.15%

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

R = 3.94%
G = 55.15%
B = 40.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#0DB687 (or 0x0DB687) is known color: Mountain Meadow. HEX triplet: 0D, B6 and 87. RGB value is (13,182,135). Sum of RGB (Red+Green+Blue) = 13+182+135=330 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.94% from 330); Green value is 182 (71.48% from 255 or 55.15% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 182 - color contains mainly: green. Hex color #0DB687 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB687 is #F24978. Grayscale: #7E7E7E. Windows color (decimal): -15878521 or 8893965. OLE color: 8893965.

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

Color convert

RGB 13 182 135 -
CMYK 0.93 0 0.26 0.29
HSL 163.31º 0.87% 0.38% -
HSV(B) 163.31º 0.93% 0.71% -
XYZ 21.27 35.29 28.61 -
YUV 126.11 133.01 47.32 -
System Red Green Blue C M Y K H S L
Decimal 13 182 135 0.93 0 0.26 0.29 163.31 0.87 0.38
Hex D B6 87 5D 0 1A 1D A3 57 26
Octal 15 266 207 135 0 32 35 243 127 46
Binary 1101 10110110 10000111 1011101 0 11010 11101 10100011 1010111 100110

Color Harmonies of #0DB687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB687

Black with #0DB687

Text Example


Text Example

White with #0DB687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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