Shades of Deep Sea #187A69
Tints of Deep Sea #187A69
RGB
CMYK
RGB Variations
Color information
#187A69 (or 0x187A69) is known color: Deep Sea. HEX triplet: 18, 7A and 69. RGB value is (24,122,105). Sum of RGB (Red+Green+Blue) = 24+122+105=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 122 (48.05% from 255 or 48.61% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 122 - color contains mainly: green. Hex color #187A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187A69 is #E78596. Grayscale: #5A5A5A. Windows color (decimal): -15173015 or 6912536. OLE color: 6912536.
HSL color Cylindrical-coordinate representation of color #187A69: hue angle of 169.59º 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 #187A69 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 122 | 105 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.52 |
| HSL | 169.59º | 0.67% | 0.29% | - |
| HSV(B) | 169.59º | 0.8% | 0.48% | - |
| XYZ | 9.89 | 15.13 | 15.76 | - |
| YUV | 90.76 | 136.03 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 122 | 105 | 0.80 | 0 | 0.14 | 0.52 | 169.59 | 0.67 | 0.29 |
| Hex | 18 | 7A | 69 | 50 | 0 | E | 34 | AA | 43 | 1D |
| Octal | 30 | 172 | 151 | 120 | 0 | 16 | 64 | 252 | 103 | 35 |
| Binary | 11000 | 1111010 | 1101001 | 1010000 | 0 | 1110 | 110100 | 10101010 | 1000011 | 11101 |
Color Harmonies of #187A69
Complementary color
Monochromatic Colors of #187A69
Black with #187A69
Text Example
Text Example
White with #187A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187A69; }
p { color: rgb(24,122,105); }
H1.HeaderClassName
{
color: #187A69;
}
.AnyTagClassName
{
color: #187A69;
}
</style>
background-color css
<style>
a { background-color: #187A69; }
a { background-color: rgb(24,122,105); }
div.DivClassName
{
background-color: #187A69;
}
.BgClassName
{
background-color: #187A69;
}
</style>
border-color css
<style>
span { border-color: #187A69; }
span { border-color: rgb(24,122,105); }
td.TdClassName
{
border-color: #187A69;
}
.TagClassName
{
border-color: #187A69;
}
</style>