Html Css Color HEX #0CB685 Mountain Meadow

📋 copy color: '#0CB685'

red 12 ◦ green 182 ◦ blue 133

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

Shades of Mountain Meadow #0CB685

Tints of Mountain Meadow #0CB685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.67%

R = 3.67%
G = 55.66%
B = 40.67%

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

#0CB685 (or 0x0CB685) is known color: Mountain Meadow. HEX triplet: 0C, B6 and 85. RGB value is (12,182,133). Sum of RGB (Red+Green+Blue) = 12+182+133=327 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.67% from 327); Green value is 182 (71.48% from 255 or 55.66% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB685 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB685 is #F3497A. Grayscale: #7D7D7D. Windows color (decimal): -15944059 or 8762892. OLE color: 8762892.

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

Color convert

RGB 12 182 133 -
CMYK 0.93 0 0.27 0.29
HSL 162.71º 0.88% 0.38% -
HSV(B) 162.71º 0.93% 0.71% -
XYZ 21.11 35.23 27.88 -
YUV 125.58 132.18 46.98 -
System Red Green Blue C M Y K H S L
Decimal 12 182 133 0.93 0 0.27 0.29 162.71 0.88 0.38
Hex C B6 85 5D 0 1B 1D A3 58 26
Octal 14 266 205 135 0 33 35 243 130 46
Binary 1100 10110110 10000101 1011101 0 11011 11101 10100011 1011000 100110

Color Harmonies of #0CB685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB685

Black with #0CB685

Text Example


Text Example

White with #0CB685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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