Html Css Color HEX #0BAF7E Mountain Meadow

📋 copy color: '#0BAF7E'

red 11 ◦ green 175 ◦ blue 126

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

Shades of Mountain Meadow #0BAF7E

Tints of Mountain Meadow #0BAF7E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 56.09%

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

R = 3.53%
G = 56.09%
B = 40.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#0BAF7E (or 0x0BAF7E) is known color: Mountain Meadow. HEX triplet: 0B, AF and 7E. RGB value is (11,175,126). Sum of RGB (Red+Green+Blue) = 11+175+126=312 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.53% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #0BAF7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAF7E is #F45081. Grayscale: #787878. Windows color (decimal): -16011394 or 8302347. OLE color: 8302347.

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

Color convert

RGB 11 175 126 -
CMYK 0.94 0 0.28 0.31
HSL 162.07º 0.88% 0.36% -
HSV(B) 162.07º 0.94% 0.69% -
XYZ 19.23 32.24 24.95 -
YUV 120.38 131.17 49.98 -
System Red Green Blue C M Y K H S L
Decimal 11 175 126 0.94 0 0.28 0.31 162.07 0.88 0.36
Hex B AF 7E 5E 0 1C 1F A2 58 24
Octal 13 257 176 136 0 34 37 242 130 44
Binary 1011 10101111 1111110 1011110 0 11100 11111 10100010 1011000 100100

Color Harmonies of #0BAF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAF7E

Black with #0BAF7E

Text Example


Text Example

White with #0BAF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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