Html Css Color HEX #0BAB7E Mountain Meadow

📋 copy color: '#0BAB7E'

red 11 ◦ green 171 ◦ blue 126

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

Shades of Mountain Meadow #0BAB7E

Tints of Mountain Meadow #0BAB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.91%

R = 3.57%
G = 55.52%
B = 40.91%

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

#0BAB7E (or 0x0BAB7E) is known color: Mountain Meadow. HEX triplet: 0B, AB and 7E. RGB value is (11,171,126). Sum of RGB (Red+Green+Blue) = 11+171+126=308 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.57% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAB7E is #F45481. Grayscale: #767676. Windows color (decimal): -16012418 or 8301323. OLE color: 8301323.

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

Color convert

RGB 11 171 126 -
CMYK 0.94 0 0.26 0.33
HSL 163.13º 0.88% 0.36% -
HSV(B) 163.13º 0.94% 0.67% -
XYZ 18.47 30.7 24.69 -
YUV 118.03 132.49 51.66 -
System Red Green Blue C M Y K H S L
Decimal 11 171 126 0.94 0 0.26 0.33 163.13 0.88 0.36
Hex B AB 7E 5E 0 1A 21 A3 58 24
Octal 13 253 176 136 0 32 41 243 130 44
Binary 1011 10101011 1111110 1011110 0 11010 100001 10100011 1011000 100100

Color Harmonies of #0BAB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAB7E

Black with #0BAB7E

Text Example


Text Example

White with #0BAB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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