#0BAE7C

Color #0BAE7C Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0BAE7C

Tints of Mountain Meadow #0BAE7C

Color information

#0BAE7C (or 0x0BAE7C) is unknown color: approx Mountain Meadow. HEX triplet: 0B, AE and 7C. RGB value is (11,174,124). Sum of RGB (Red+Green+Blue) = 11+174+124=309 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.56% from 309); Green value is 174 (68.36% from 255 or 56.31% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAE7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAE7C is #F45183. Grayscale: #777777. Windows color (decimal): -16011652 or 8171019. OLE color: 8171019.

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

Color convert

RGB11174124-
CMYK0.9400.290.32
HSL161.6º88.11%36.27%-
HSV(B)161.6º93.68%68.24%-
XYZ18.9131.824.21-
YUV119.56130.550.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.56%
GREEN value IS 174 (68.36% from 255) = 56.31%
BLUE value IS 124 (48.83% from 255) = 40.13%
R=3.56%
G=56.31%
B=40.13%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111741240.9400.290.32161.688.1136.27
HexBAE7C5E01D20a25824
Octal132561741360354024213044
Binary10111010111011111001011110011101100000101000101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,174,124); }

 H1.HeaderClassName
 {
   color: #0BAE7C;
 }
 .AnyTagClassName
 {
   color: #0BAE7C;
 }
</style>
background-color css

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

 a { background-color: rgb(11,174,124); }

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

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

 span { border-color: rgb(11,174,124); }

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