Html Css Color HEX #0CB890 Mountain Meadow

📋 copy color: '#0CB890'

red 12 ◦ green 184 ◦ blue 144

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

Shades of Mountain Meadow #0CB890

Tints of Mountain Meadow #0CB890

RGB

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

 GREEN value IS 184 (72.27% from 255) = 54.12%

 BLUE value IS 144 (56.64% from 255) = 42.35%

R = 3.53%
G = 54.12%
B = 42.35%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#0CB890 (or 0x0CB890) is known color: Mountain Meadow. HEX triplet: 0C, B8 and 90. RGB value is (12,184,144). Sum of RGB (Red+Green+Blue) = 12+184+144=340 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.53% from 340); Green value is 184 (72.27% from 255 or 54.12% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB890 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB890 is #F3476F. Grayscale: #7F7F7F. Windows color (decimal): -15943536 or 9484300. OLE color: 9484300.

HSL color Cylindrical-coordinate representation of color #0CB890: hue angle of 166.05º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB890 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 184 144 -
CMYK 0.93 0 0.22 0.28
HSL 166.05º 0.88% 0.38% -
HSV(B) 166.05º 0.93% 0.72% -
XYZ 22.33 36.37 32.23 -
YUV 128.01 137.02 45.25 -
System Red Green Blue C M Y K H S L
Decimal 12 184 144 0.93 0 0.22 0.28 166.05 0.88 0.38
Hex C B8 90 5D 0 16 1C A6 58 26
Octal 14 270 220 135 0 26 34 246 130 46
Binary 1100 10111000 10010000 1011101 0 10110 11100 10100110 1011000 100110

Color Harmonies of #0CB890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB890

Black with #0CB890

Text Example


Text Example

White with #0CB890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,184,144); }

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

background-color css

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

 a { background-color: rgb(12,184,144); }

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

border-color css

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

 span { border-color: rgb(12,184,144); }

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