Html Css Color HEX #0CB994 Mountain Meadow

📋 copy color: '#0CB994'

red 12 ◦ green 185 ◦ blue 148

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

Shades of Mountain Meadow #0CB994

Tints of Mountain Meadow #0CB994

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.62%

 BLUE value IS 148 (58.2% from 255) = 42.9%

R = 3.48%
G = 53.62%
B = 42.9%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#0CB994 (or 0x0CB994) is known color: Mountain Meadow. HEX triplet: 0C, B9 and 94. RGB value is (12,185,148). Sum of RGB (Red+Green+Blue) = 12+185+148=345 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.48% from 345); Green value is 185 (72.66% from 255 or 53.62% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB994 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB994 is #F3466B. Grayscale: #818181. Windows color (decimal): -15943276 or 9746700. OLE color: 9746700.

HSL color Cylindrical-coordinate representation of color #0CB994: hue angle of 167.17º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB994 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 185 148 -
CMYK 0.94 0 0.20 0.27
HSL 167.17º 0.88% 0.39% -
HSV(B) 167.17º 0.94% 0.73% -
XYZ 22.85 36.91 33.94 -
YUV 129.06 138.69 44.51 -
System Red Green Blue C M Y K H S L
Decimal 12 185 148 0.94 0 0.20 0.27 167.17 0.88 0.39
Hex C B9 94 5E 0 14 1B A7 58 27
Octal 14 271 224 136 0 24 33 247 130 47
Binary 1100 10111001 10010100 1011110 0 10100 11011 10100111 1011000 100111

Color Harmonies of #0CB994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB994

Black with #0CB994

Text Example


Text Example

White with #0CB994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,185,148); }

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

background-color css

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

 a { background-color: rgb(12,185,148); }

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

border-color css

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

 span { border-color: rgb(12,185,148); }

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