Html Css Color HEX #0BAB7F Mountain Meadow

📋 copy color: '#0BAB7F'

red 11 ◦ green 171 ◦ blue 127

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

Shades of Mountain Meadow #0BAB7F

Tints of Mountain Meadow #0BAB7F

RGB

 RED value IS 11 (4.69% from 255) = 3.56%

 GREEN value IS 171 (67.19% from 255) = 55.34%

 BLUE value IS 127 (50% from 255) = 41.1%

R = 3.56%
G = 55.34%
B = 41.1%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#0BAB7F (or 0x0BAB7F) is known color: Mountain Meadow. HEX triplet: 0B, AB and 7F. RGB value is (11,171,127). Sum of RGB (Red+Green+Blue) = 11+171+127=309 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.56% from 309); Green value is 171 (67.19% from 255 or 55.34% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAB7F is #F45480. Grayscale: #767676. Windows color (decimal): -16012417 or 8366859. OLE color: 8366859.

HSL color Cylindrical-coordinate representation of color #0BAB7F: hue angle of 163.5º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAB7F is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 171 127 -
CMYK 0.94 0 0.26 0.33
HSL 163.5º 0.88% 0.36% -
HSV(B) 163.5º 0.94% 0.67% -
XYZ 18.53 30.73 25.03 -
YUV 118.14 132.99 51.58 -
System Red Green Blue C M Y K H S L
Decimal 11 171 127 0.94 0 0.26 0.33 163.5 0.88 0.36
Hex B AB 7F 5E 0 1A 21 A4 58 24
Octal 13 253 177 136 0 32 41 244 130 44
Binary 1011 10101011 1111111 1011110 0 11010 100001 10100100 1011000 100100

Color Harmonies of #0BAB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAB7F

Black with #0BAB7F

Text Example


Text Example

White with #0BAB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,171,127); }

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

background-color css

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

 a { background-color: rgb(11,171,127); }

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

border-color css

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

 span { border-color: rgb(11,171,127); }

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