Html Css Color HEX #0CB48E Mountain Meadow

📋 copy color: '#0CB48E'

red 12 ◦ green 180 ◦ blue 142

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

Shades of Mountain Meadow #0CB48E

Tints of Mountain Meadow #0CB48E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.89%

 BLUE value IS 142 (55.86% from 255) = 42.51%

R = 3.59%
G = 53.89%
B = 42.51%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#0CB48E (or 0x0CB48E) is known color: Mountain Meadow. HEX triplet: 0C, B4 and 8E. RGB value is (12,180,142). Sum of RGB (Red+Green+Blue) = 12+180+142=334 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.59% from 334); Green value is 180 (70.70% from 255 or 53.89% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB48E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB48E is #F34B71. Grayscale: #7D7D7D. Windows color (decimal): -15944562 or 9352204. OLE color: 9352204.

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

Color convert

RGB 12 180 142 -
CMYK 0.93 0 0.21 0.29
HSL 166.43º 0.88% 0.38% -
HSV(B) 166.43º 0.93% 0.71% -
XYZ 21.36 34.67 31.16 -
YUV 125.44 137.34 47.09 -
System Red Green Blue C M Y K H S L
Decimal 12 180 142 0.93 0 0.21 0.29 166.43 0.88 0.38
Hex C B4 8E 5D 0 15 1D A6 58 26
Octal 14 264 216 135 0 25 35 246 130 46
Binary 1100 10110100 10001110 1011101 0 10101 11101 10100110 1011000 100110

Color Harmonies of #0CB48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB48E

Black with #0CB48E

Text Example


Text Example

White with #0CB48E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,180,142); }

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

background-color css

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

 a { background-color: rgb(12,180,142); }

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

border-color css

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

 span { border-color: rgb(12,180,142); }

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