Shades of Bahama Blue #155B7F
Tints of Bahama Blue #155B7F
RGB
CMYK
RGB Variations
Color information
#155B7F (or 0x155B7F) is known color: Bahama Blue. HEX triplet: 15, 5B and 7F. RGB value is (21,91,127). Sum of RGB (Red+Green+Blue) = 21+91+127=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #155B7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155B7F is #EAA480. Grayscale: #494949. Windows color (decimal): -15377537 or 8346389. OLE color: 8346389.
HSL color Cylindrical-coordinate representation of color #155B7F: hue angle of 200.38º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #155B7F is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 21 | 91 | 127 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.50 |
| HSL | 200.38º | 0.72% | 0.29% | - |
| HSV(B) | 200.38º | 0.83% | 0.5% | - |
| XYZ | 7.88 | 9.17 | 21.43 | - |
| YUV | 74.17 | 157.81 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 127 | 0.83 | 0.28 | 0 | 0.50 | 200.38 | 0.72 | 0.29 |
| Hex | 15 | 5B | 7F | 53 | 1C | 0 | 32 | C8 | 48 | 1D |
| Octal | 25 | 133 | 177 | 123 | 34 | 0 | 62 | 310 | 110 | 35 |
| Binary | 10101 | 1011011 | 1111111 | 1010011 | 11100 | 0 | 110010 | 11001000 | 1001000 | 11101 |
Color Harmonies of #155B7F
Complementary color
Monochromatic Colors of #155B7F
Black with #155B7F
Text Example
Text Example
White with #155B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B7F; }
p { color: rgb(21,91,127); }
H1.HeaderClassName
{
color: #155B7F;
}
.AnyTagClassName
{
color: #155B7F;
}
</style>
background-color css
<style>
a { background-color: #155B7F; }
a { background-color: rgb(21,91,127); }
div.DivClassName
{
background-color: #155B7F;
}
.BgClassName
{
background-color: #155B7F;
}
</style>
border-color css
<style>
span { border-color: #155B7F; }
span { border-color: rgb(21,91,127); }
td.TdClassName
{
border-color: #155B7F;
}
.TagClassName
{
border-color: #155B7F;
}
</style>