Html Css Color HEX #0CB787 Mountain Meadow

📋 copy color: '#0CB787'

red 12 ◦ green 183 ◦ blue 135

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

Shades of Mountain Meadow #0CB787

Tints of Mountain Meadow #0CB787

RGB

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

 GREEN value IS 183 (71.88% from 255) = 55.45%

 BLUE value IS 135 (53.13% from 255) = 40.91%

R = 3.64%
G = 55.45%
B = 40.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#0CB787 (or 0x0CB787) is known color: Mountain Meadow. HEX triplet: 0C, B7 and 87. RGB value is (12,183,135). Sum of RGB (Red+Green+Blue) = 12+183+135=330 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.64% from 330); Green value is 183 (71.88% from 255 or 55.45% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB787 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB787 is #F34878. Grayscale: #7E7E7E. Windows color (decimal): -15943801 or 8894220. OLE color: 8894220.

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

Color convert

RGB 12 183 135 -
CMYK 0.93 0 0.26 0.28
HSL 163.16º 0.88% 0.38% -
HSV(B) 163.16º 0.93% 0.72% -
XYZ 21.46 35.69 28.68 -
YUV 126.4 132.85 46.4 -
System Red Green Blue C M Y K H S L
Decimal 12 183 135 0.93 0 0.26 0.28 163.16 0.88 0.38
Hex C B7 87 5D 0 1A 1C A3 58 26
Octal 14 267 207 135 0 32 34 243 130 46
Binary 1100 10110111 10000111 1011101 0 11010 11100 10100011 1011000 100110

Color Harmonies of #0CB787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB787

Black with #0CB787

Text Example


Text Example

White with #0CB787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,183,135); }

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

background-color css

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

 a { background-color: rgb(12,183,135); }

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

border-color css

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

 span { border-color: rgb(12,183,135); }

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