Html Css Color HEX #0CB894 Mountain Meadow

📋 copy color: '#0CB894'

red 12 ◦ green 184 ◦ blue 148

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

Shades of Mountain Meadow #0CB894

Tints of Mountain Meadow #0CB894

RGB

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

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

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

R = 3.49%
G = 53.49%
B = 43.02%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#0CB894 (or 0x0CB894) is known color: Mountain Meadow. HEX triplet: 0C, B8 and 94. RGB value is (12,184,148). Sum of RGB (Red+Green+Blue) = 12+184+148=344 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.49% from 344); Green value is 184 (72.27% from 255 or 53.49% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB894 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB894 is #F3476B. Grayscale: #808080. Windows color (decimal): -15943532 or 9746444. OLE color: 9746444.

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

Color convert

RGB 12 184 148 -
CMYK 0.93 0 0.20 0.28
HSL 167.44º 0.88% 0.38% -
HSV(B) 167.44º 0.93% 0.72% -
XYZ 22.64 36.5 33.87 -
YUV 128.47 139.02 44.93 -
System Red Green Blue C M Y K H S L
Decimal 12 184 148 0.93 0 0.20 0.28 167.44 0.88 0.38
Hex C B8 94 5D 0 14 1C A7 58 26
Octal 14 270 224 135 0 24 34 247 130 46
Binary 1100 10111000 10010100 1011101 0 10100 11100 10100111 1011000 100110

Color Harmonies of #0CB894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB894

Black with #0CB894

Text Example


Text Example

White with #0CB894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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