#0BAF8A

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

Shades of Mountain Meadow #0BAF8A

Tints of Mountain Meadow #0BAF8A

Color information

#0BAF8A (or 0x0BAF8A) is unknown color: approx Mountain Meadow. HEX triplet: 0B, AF and 8A. RGB value is (11,175,138). Sum of RGB (Red+Green+Blue) = 11+175+138=324 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.40% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #0BAF8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAF8A is #F45075. Grayscale: #797979. Windows color (decimal): -16011382 or 9088779. OLE color: 9088779.

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

Color convert

RGB11175138-
CMYK0.9400.210.31
HSL166.46º88.17%36.47%-
HSV(B)166.46º93.71%68.63%-
XYZ20.0632.5729.27-
YUV121.75137.1749.01-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.40%
GREEN value IS 175 (68.75% from 255) = 54.01%
BLUE value IS 138 (54.30% from 255) = 42.59%
R=3.40%
G=54.01%
B=42.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111751380.9400.210.31166.4688.1736.47
HexBAF8A5E0151Fa65824
Octal132572121360253724613044
Binary10111010111110001010101111001010111111101001101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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