Shades of Deep Sea #187B5B
Tints of Deep Sea #187B5B
RGB
CMYK
RGB Variations
Color information
#187B5B (or 0x187B5B) is known color: Deep Sea. HEX triplet: 18, 7B and 5B. RGB value is (24,123,91). Sum of RGB (Red+Green+Blue) = 24+123+91=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 123 (48.44% from 255 or 51.68% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 123 - color contains mainly: green. Hex color #187B5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187B5B is #E784A4. Grayscale: #595959. Windows color (decimal): -15172773 or 5995288. OLE color: 5995288.
HSL color Cylindrical-coordinate representation of color #187B5B: hue angle of 160.61º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #187B5B is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 123 | 91 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.52 |
| HSL | 160.61º | 0.67% | 0.29% | - |
| HSV(B) | 160.61º | 0.8% | 0.48% | - |
| XYZ | 9.35 | 15.12 | 12.32 | - |
| YUV | 89.75 | 128.7 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 123 | 91 | 0.80 | 0 | 0.26 | 0.52 | 160.61 | 0.67 | 0.29 |
| Hex | 18 | 7B | 5B | 50 | 0 | 1A | 34 | A1 | 43 | 1D |
| Octal | 30 | 173 | 133 | 120 | 0 | 32 | 64 | 241 | 103 | 35 |
| Binary | 11000 | 1111011 | 1011011 | 1010000 | 0 | 11010 | 110100 | 10100001 | 1000011 | 11101 |
Color Harmonies of #187B5B
Complementary color
Monochromatic Colors of #187B5B
Black with #187B5B
Text Example
Text Example
White with #187B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187B5B; }
p { color: rgb(24,123,91); }
H1.HeaderClassName
{
color: #187B5B;
}
.AnyTagClassName
{
color: #187B5B;
}
</style>
background-color css
<style>
a { background-color: #187B5B; }
a { background-color: rgb(24,123,91); }
div.DivClassName
{
background-color: #187B5B;
}
.BgClassName
{
background-color: #187B5B;
}
</style>
border-color css
<style>
span { border-color: #187B5B; }
span { border-color: rgb(24,123,91); }
td.TdClassName
{
border-color: #187B5B;
}
.TagClassName
{
border-color: #187B5B;
}
</style>