Html Css Color HEX #0CB387 Mountain Meadow

📋 copy color: '#0CB387'

red 12 ◦ green 179 ◦ blue 135

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

Shades of Mountain Meadow #0CB387

Tints of Mountain Meadow #0CB387

RGB

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

 GREEN value IS 179 (70.31% from 255) = 54.91%

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

R = 3.68%
G = 54.91%
B = 41.41%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#0CB387 (or 0x0CB387) is known color: Mountain Meadow. HEX triplet: 0C, B3 and 87. RGB value is (12,179,135). Sum of RGB (Red+Green+Blue) = 12+179+135=326 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.68% from 326); Green value is 179 (70.31% from 255 or 54.91% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB387 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB387 is #F34C78. Grayscale: #7C7C7C. Windows color (decimal): -15944825 or 8893196. OLE color: 8893196.

HSL color Cylindrical-coordinate representation of color #0CB387: hue angle of 164.19º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB387 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 12 179 135 -
CMYK 0.93 0 0.25 0.30
HSL 164.19º 0.87% 0.37% -
HSV(B) 164.19º 0.93% 0.7% -
XYZ 20.64 34.07 28.41 -
YUV 124.05 134.17 48.08 -
System Red Green Blue C M Y K H S L
Decimal 12 179 135 0.93 0 0.25 0.30 164.19 0.87 0.37
Hex C B3 87 5D 0 19 1E A4 57 25
Octal 14 263 207 135 0 31 36 244 127 45
Binary 1100 10110011 10000111 1011101 0 11001 11110 10100100 1010111 100101

Color Harmonies of #0CB387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB387

Black with #0CB387

Text Example


Text Example

White with #0CB387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,179,135); }

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

background-color css

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

 a { background-color: rgb(12,179,135); }

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

border-color css

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

 span { border-color: rgb(12,179,135); }

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