Shades of Deep Sea #187A70
Tints of Deep Sea #187A70
RGB
CMYK
RGB Variations
Color information
#187A70 (or 0x187A70) is known color: Deep Sea. HEX triplet: 18, 7A and 70. RGB value is (24,122,112). Sum of RGB (Red+Green+Blue) = 24+122+112=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 122 (48.05% from 255 or 47.29% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 122 - color contains mainly: green. Hex color #187A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187A70 is #E7858F. Grayscale: #5B5B5B. Windows color (decimal): -15173008 or 7371288. OLE color: 7371288.
HSL color Cylindrical-coordinate representation of color #187A70: hue angle of 173.88º 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 #187A70 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 122 | 112 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.52 |
| HSL | 173.88º | 0.67% | 0.29% | - |
| HSV(B) | 173.88º | 0.8% | 0.48% | - |
| XYZ | 10.26 | 15.28 | 17.74 | - |
| YUV | 91.56 | 139.53 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 122 | 112 | 0.80 | 0 | 0.08 | 0.52 | 173.88 | 0.67 | 0.29 |
| Hex | 18 | 7A | 70 | 50 | 0 | 8 | 34 | AE | 43 | 1D |
| Octal | 30 | 172 | 160 | 120 | 0 | 10 | 64 | 256 | 103 | 35 |
| Binary | 11000 | 1111010 | 1110000 | 1010000 | 0 | 1000 | 110100 | 10101110 | 1000011 | 11101 |
Color Harmonies of #187A70
Complementary color
Monochromatic Colors of #187A70
Black with #187A70
Text Example
Text Example
White with #187A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187A70; }
p { color: rgb(24,122,112); }
H1.HeaderClassName
{
color: #187A70;
}
.AnyTagClassName
{
color: #187A70;
}
</style>
background-color css
<style>
a { background-color: #187A70; }
a { background-color: rgb(24,122,112); }
div.DivClassName
{
background-color: #187A70;
}
.BgClassName
{
background-color: #187A70;
}
</style>
border-color css
<style>
span { border-color: #187A70; }
span { border-color: rgb(24,122,112); }
td.TdClassName
{
border-color: #187A70;
}
.TagClassName
{
border-color: #187A70;
}
</style>