Html Css Color HEX #0CB591 Mountain Meadow

📋 copy color: '#0CB591'

red 12 ◦ green 181 ◦ blue 145

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

Shades of Mountain Meadow #0CB591

Tints of Mountain Meadow #0CB591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.9%

R = 3.55%
G = 53.55%
B = 42.9%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#0CB591 (or 0x0CB591) is known color: Mountain Meadow. HEX triplet: 0C, B5 and 91. RGB value is (12,181,145). Sum of RGB (Red+Green+Blue) = 12+181+145=338 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.55% from 338); Green value is 181 (71.09% from 255 or 53.55% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB591 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB591 is #F34A6E. Grayscale: #7E7E7E. Windows color (decimal): -15944303 or 9549068. OLE color: 9549068.

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

Color convert

RGB 12 181 145 -
CMYK 0.93 0 0.20 0.29
HSL 167.22º 0.88% 0.38% -
HSV(B) 167.22º 0.93% 0.71% -
XYZ 21.79 35.17 32.43 -
YUV 126.37 138.51 46.43 -
System Red Green Blue C M Y K H S L
Decimal 12 181 145 0.93 0 0.20 0.29 167.22 0.88 0.38
Hex C B5 91 5D 0 14 1D A7 58 26
Octal 14 265 221 135 0 24 35 247 130 46
Binary 1100 10110101 10010001 1011101 0 10100 11101 10100111 1011000 100110

Color Harmonies of #0CB591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB591

Black with #0CB591

Text Example


Text Example

White with #0CB591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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