Html Css Color HEX #0CB584 Mountain Meadow

📋 copy color: '#0CB584'

red 12 ◦ green 181 ◦ blue 132

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

Shades of Mountain Meadow #0CB584

Tints of Mountain Meadow #0CB584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.62%

R = 3.69%
G = 55.69%
B = 40.62%

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

#0CB584 (or 0x0CB584) is known color: Mountain Meadow. HEX triplet: 0C, B5 and 84. RGB value is (12,181,132). Sum of RGB (Red+Green+Blue) = 12+181+132=325 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.69% from 325); Green value is 181 (71.09% from 255 or 55.69% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB584 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB584 is #F34A7B. Grayscale: #7C7C7C. Windows color (decimal): -15944316 or 8697100. OLE color: 8697100.

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

Color convert

RGB 12 181 132 -
CMYK 0.93 0 0.27 0.29
HSL 162.6º 0.88% 0.38% -
HSV(B) 162.6º 0.93% 0.71% -
XYZ 20.84 34.79 27.45 -
YUV 124.88 132.01 47.48 -
System Red Green Blue C M Y K H S L
Decimal 12 181 132 0.93 0 0.27 0.29 162.6 0.88 0.38
Hex C B5 84 5D 0 1B 1D A3 58 26
Octal 14 265 204 135 0 33 35 243 130 46
Binary 1100 10110101 10000100 1011101 0 11011 11101 10100011 1011000 100110

Color Harmonies of #0CB584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB584

Black with #0CB584

Text Example


Text Example

White with #0CB584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,181,132); }

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

background-color css

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

 a { background-color: rgb(12,181,132); }

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

border-color css

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

 span { border-color: rgb(12,181,132); }

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