Shades of Bahama Blue #17618A
Tints of Bahama Blue #17618A
RGB
CMYK
RGB Variations
Color information
#17618A (or 0x17618A) is known color: Bahama Blue. HEX triplet: 17, 61 and 8A. RGB value is (23,97,138). Sum of RGB (Red+Green+Blue) = 23+97+138=258 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.91% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #17618A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17618A is #E89E75. Grayscale: #4F4F4F. Windows color (decimal): -15244918 or 9068823. OLE color: 9068823.
HSL color Cylindrical-coordinate representation of color #17618A: hue angle of 201.39º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17618A is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 23 | 97 | 138 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.46 |
| HSL | 201.39º | 0.71% | 0.32% | - |
| HSV(B) | 201.39º | 0.83% | 0.54% | - |
| XYZ | 9.22 | 10.57 | 25.6 | - |
| YUV | 79.55 | 160.98 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 97 | 138 | 0.83 | 0.30 | 0 | 0.46 | 201.39 | 0.71 | 0.32 |
| Hex | 17 | 61 | 8A | 53 | 1E | 0 | 2E | C9 | 47 | 20 |
| Octal | 27 | 141 | 212 | 123 | 36 | 0 | 56 | 311 | 107 | 40 |
| Binary | 10111 | 1100001 | 10001010 | 1010011 | 11110 | 0 | 101110 | 11001001 | 1000111 | 100000 |
Color Harmonies of #17618A
Complementary color
Monochromatic Colors of #17618A
Black with #17618A
Text Example
Text Example
White with #17618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17618A; }
p { color: rgb(23,97,138); }
H1.HeaderClassName
{
color: #17618A;
}
.AnyTagClassName
{
color: #17618A;
}
</style>
background-color css
<style>
a { background-color: #17618A; }
a { background-color: rgb(23,97,138); }
div.DivClassName
{
background-color: #17618A;
}
.BgClassName
{
background-color: #17618A;
}
</style>
border-color css
<style>
span { border-color: #17618A; }
span { border-color: rgb(23,97,138); }
td.TdClassName
{
border-color: #17618A;
}
.TagClassName
{
border-color: #17618A;
}
</style>