Html Css Color HEX #0CB686 Mountain Meadow

📋 copy color: '#0CB686'

red 12 ◦ green 182 ◦ blue 134

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

Shades of Mountain Meadow #0CB686

Tints of Mountain Meadow #0CB686

RGB

 RED value IS 12 (5.08% from 255) = 3.66%

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

 BLUE value IS 134 (52.73% from 255) = 40.85%

R = 3.66%
G = 55.49%
B = 40.85%

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

#0CB686 (or 0x0CB686) is known color: Mountain Meadow. HEX triplet: 0C, B6 and 86. RGB value is (12,182,134). Sum of RGB (Red+Green+Blue) = 12+182+134=328 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.66% from 328); Green value is 182 (71.48% from 255 or 55.49% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB686 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB686 is #F34979. Grayscale: #7D7D7D. Windows color (decimal): -15944058 or 8828428. OLE color: 8828428.

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

Color convert

RGB 12 182 134 -
CMYK 0.93 0 0.26 0.29
HSL 163.06º 0.88% 0.38% -
HSV(B) 163.06º 0.93% 0.71% -
XYZ 21.18 35.26 28.24 -
YUV 125.7 132.68 46.9 -
System Red Green Blue C M Y K H S L
Decimal 12 182 134 0.93 0 0.26 0.29 163.06 0.88 0.38
Hex C B6 86 5D 0 1A 1D A3 58 26
Octal 14 266 206 135 0 32 35 243 130 46
Binary 1100 10110110 10000110 1011101 0 11010 11101 10100011 1011000 100110

Color Harmonies of #0CB686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB686

Black with #0CB686

Text Example


Text Example

White with #0CB686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,182,134); }

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

background-color css

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

 a { background-color: rgb(12,182,134); }

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

border-color css

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

 span { border-color: rgb(12,182,134); }

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