Html Css Color HEX #0CB386 Mountain Meadow

📋 copy color: '#0CB386'

red 12 ◦ green 179 ◦ blue 134

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

Shades of Mountain Meadow #0CB386

Tints of Mountain Meadow #0CB386

RGB

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

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

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

R = 3.69%
G = 55.08%
B = 41.23%

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

#0CB386 (or 0x0CB386) is known color: Mountain Meadow. HEX triplet: 0C, B3 and 86. RGB value is (12,179,134). Sum of RGB (Red+Green+Blue) = 12+179+134=325 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.69% from 325); Green value is 179 (70.31% from 255 or 55.08% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB386 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB386 is #F34C79. Grayscale: #7B7B7B. Windows color (decimal): -15944826 or 8827660. OLE color: 8827660.

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

Color convert

RGB 12 179 134 -
CMYK 0.93 0 0.25 0.30
HSL 163.83º 0.87% 0.37% -
HSV(B) 163.83º 0.93% 0.7% -
XYZ 20.57 34.04 28.04 -
YUV 123.94 133.67 48.16 -
System Red Green Blue C M Y K H S L
Decimal 12 179 134 0.93 0 0.25 0.30 163.83 0.87 0.37
Hex C B3 86 5D 0 19 1E A4 57 25
Octal 14 263 206 135 0 31 36 244 127 45
Binary 1100 10110011 10000110 1011101 0 11001 11110 10100100 1010111 100101

Color Harmonies of #0CB386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB386

Black with #0CB386

Text Example


Text Example

White with #0CB386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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