Shades of Deep Sea #18746B
Tints of Deep Sea #18746B
RGB
CMYK
RGB Variations
Color information
#18746B (or 0x18746B) is known color: Deep Sea. HEX triplet: 18, 74 and 6B. RGB value is (24,116,107). Sum of RGB (Red+Green+Blue) = 24+116+107=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #18746B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18746B is #E78B94. Grayscale: #575757. Windows color (decimal): -15174549 or 7042072. OLE color: 7042072.
HSL color Cylindrical-coordinate representation of color #18746B: hue angle of 174.13º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18746B is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 116 | 107 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.55 |
| HSL | 174.13º | 0.66% | 0.27% | - |
| HSV(B) | 174.13º | 0.79% | 0.45% | - |
| XYZ | 9.28 | 13.75 | 16.07 | - |
| YUV | 87.47 | 139.02 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 107 | 0.79 | 0 | 0.08 | 0.55 | 174.13 | 0.66 | 0.27 |
| Hex | 18 | 74 | 6B | 4F | 0 | 8 | 37 | AE | 42 | 1B |
| Octal | 30 | 164 | 153 | 117 | 0 | 10 | 67 | 256 | 102 | 33 |
| Binary | 11000 | 1110100 | 1101011 | 1001111 | 0 | 1000 | 110111 | 10101110 | 1000010 | 11011 |
Color Harmonies of #18746B
Complementary color
Monochromatic Colors of #18746B
Black with #18746B
Text Example
Text Example
White with #18746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18746B; }
p { color: rgb(24,116,107); }
H1.HeaderClassName
{
color: #18746B;
}
.AnyTagClassName
{
color: #18746B;
}
</style>
background-color css
<style>
a { background-color: #18746B; }
a { background-color: rgb(24,116,107); }
div.DivClassName
{
background-color: #18746B;
}
.BgClassName
{
background-color: #18746B;
}
</style>
border-color css
<style>
span { border-color: #18746B; }
span { border-color: rgb(24,116,107); }
td.TdClassName
{
border-color: #18746B;
}
.TagClassName
{
border-color: #18746B;
}
</style>