Shades of Bahama Blue #165B7F
Tints of Bahama Blue #165B7F
RGB
CMYK
RGB Variations
Color information
#165B7F (or 0x165B7F) is known color: Bahama Blue. HEX triplet: 16, 5B and 7F. RGB value is (22,91,127). Sum of RGB (Red+Green+Blue) = 22+91+127=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #165B7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165B7F is #E9A480. Grayscale: #4A4A4A. Windows color (decimal): -15312001 or 8346390. OLE color: 8346390.
HSL color Cylindrical-coordinate representation of color #165B7F: hue angle of 200.57º degrees, saturation: 0.7, 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 #165B7F is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 91 | 127 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.50 |
| HSL | 200.57º | 0.7% | 0.29% | - |
| HSV(B) | 200.57º | 0.83% | 0.5% | - |
| XYZ | 7.9 | 9.19 | 21.44 | - |
| YUV | 74.47 | 157.64 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 91 | 127 | 0.83 | 0.28 | 0 | 0.50 | 200.57 | 0.7 | 0.29 |
| Hex | 16 | 5B | 7F | 53 | 1C | 0 | 32 | C9 | 46 | 1D |
| Octal | 26 | 133 | 177 | 123 | 34 | 0 | 62 | 311 | 106 | 35 |
| Binary | 10110 | 1011011 | 1111111 | 1010011 | 11100 | 0 | 110010 | 11001001 | 1000110 | 11101 |
Color Harmonies of #165B7F
Complementary color
Monochromatic Colors of #165B7F
Black with #165B7F
Text Example
Text Example
White with #165B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165B7F; }
p { color: rgb(22,91,127); }
H1.HeaderClassName
{
color: #165B7F;
}
.AnyTagClassName
{
color: #165B7F;
}
</style>
background-color css
<style>
a { background-color: #165B7F; }
a { background-color: rgb(22,91,127); }
div.DivClassName
{
background-color: #165B7F;
}
.BgClassName
{
background-color: #165B7F;
}
</style>
border-color css
<style>
span { border-color: #165B7F; }
span { border-color: rgb(22,91,127); }
td.TdClassName
{
border-color: #165B7F;
}
.TagClassName
{
border-color: #165B7F;
}
</style>