Shades of Deep Sea #18805C
Tints of Deep Sea #18805C
RGB
CMYK
RGB Variations
Color information
#18805C (or 0x18805C) is known color: Deep Sea. HEX triplet: 18, 80 and 5C. RGB value is (24,128,92). Sum of RGB (Red+Green+Blue) = 24+128+92=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 128 (50.39% from 255 or 52.46% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 128 - color contains mainly: green. Hex color #18805C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18805C is #E77FA3. Grayscale: #5C5C5C. Windows color (decimal): -15171492 or 6062104. OLE color: 6062104.
HSL color Cylindrical-coordinate representation of color #18805C: hue angle of 159.23º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18805C is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 128 | 92 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.50 |
| HSL | 159.23º | 0.68% | 0.3% | - |
| HSV(B) | 159.23º | 0.81% | 0.5% | - |
| XYZ | 10.03 | 16.41 | 12.76 | - |
| YUV | 92.8 | 127.54 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 92 | 0.81 | 0 | 0.28 | 0.50 | 159.23 | 0.68 | 0.3 |
| Hex | 18 | 80 | 5C | 51 | 0 | 1C | 32 | 9F | 44 | 1E |
| Octal | 30 | 200 | 134 | 121 | 0 | 34 | 62 | 237 | 104 | 36 |
| Binary | 11000 | 10000000 | 1011100 | 1010001 | 0 | 11100 | 110010 | 10011111 | 1000100 | 11110 |
Color Harmonies of #18805C
Complementary color
Monochromatic Colors of #18805C
Black with #18805C
Text Example
Text Example
White with #18805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18805C; }
p { color: rgb(24,128,92); }
H1.HeaderClassName
{
color: #18805C;
}
.AnyTagClassName
{
color: #18805C;
}
</style>
background-color css
<style>
a { background-color: #18805C; }
a { background-color: rgb(24,128,92); }
div.DivClassName
{
background-color: #18805C;
}
.BgClassName
{
background-color: #18805C;
}
</style>
border-color css
<style>
span { border-color: #18805C; }
span { border-color: rgb(24,128,92); }
td.TdClassName
{
border-color: #18805C;
}
.TagClassName
{
border-color: #18805C;
}
</style>