#0FBA8B

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

Shades of Mountain Meadow #0FBA8B

Tints of Mountain Meadow #0FBA8B

Color information

#0FBA8B (or 0x0FBA8B) is unknown color: approx Mountain Meadow. HEX triplet: 0F, BA and 8B. RGB value is (15,186,139). Sum of RGB (Red+Green+Blue) = 15+186+139=340 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.41% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBA8B is #F04574. Grayscale: #818181. Windows color (decimal): -15746421 or 9157135. OLE color: 9157135.

HSL color Cylindrical-coordinate representation of color #0FBA8B: hue angle of 163.51º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBA8B is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB15186139-
CMYK0.9200.250.27
HSL163.51º85.07%39.41%-
HSV(B)163.51º91.94%72.94%-
XYZ22.4237.0830.4-
YUV129.51133.3546.32-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.41%
GREEN value IS 186 (73.05% from 255) = 54.71%
BLUE value IS 139 (54.69% from 255) = 40.88%
R=4.41%
G=54.71%
B=40.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151861390.9200.250.27163.5185.0739.41
HexFBA8B5C0191Ba45527
Octal172722131340313324412547
Binary11111011101010001011101110001100111011101001001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,186,139); }

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

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

 a { background-color: rgb(15,186,139); }

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

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

 span { border-color: rgb(15,186,139); }

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