Shades of Deep Sea #18765C
Tints of Deep Sea #18765C
RGB
CMYK
RGB Variations
Color information
#18765C (or 0x18765C) is known color: Deep Sea. HEX triplet: 18, 76 and 5C. RGB value is (24,118,92). Sum of RGB (Red+Green+Blue) = 24+118+92=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #18765C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18765C is #E789A3. Grayscale: #565656. Windows color (decimal): -15174052 or 6059544. OLE color: 6059544.
HSL color Cylindrical-coordinate representation of color #18765C: hue angle of 163.4º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18765C is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 118 | 92 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.54 |
| HSL | 163.4º | 0.66% | 0.28% | - |
| HSV(B) | 163.4º | 0.8% | 0.46% | - |
| XYZ | 8.79 | 13.92 | 12.35 | - |
| YUV | 86.93 | 130.86 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 118 | 92 | 0.80 | 0 | 0.22 | 0.54 | 163.4 | 0.66 | 0.28 |
| Hex | 18 | 76 | 5C | 50 | 0 | 16 | 36 | A3 | 42 | 1C |
| Octal | 30 | 166 | 134 | 120 | 0 | 26 | 66 | 243 | 102 | 34 |
| Binary | 11000 | 1110110 | 1011100 | 1010000 | 0 | 10110 | 110110 | 10100011 | 1000010 | 11100 |
Color Harmonies of #18765C
Complementary color
Monochromatic Colors of #18765C
Black with #18765C
Text Example
Text Example
White with #18765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18765C; }
p { color: rgb(24,118,92); }
H1.HeaderClassName
{
color: #18765C;
}
.AnyTagClassName
{
color: #18765C;
}
</style>
background-color css
<style>
a { background-color: #18765C; }
a { background-color: rgb(24,118,92); }
div.DivClassName
{
background-color: #18765C;
}
.BgClassName
{
background-color: #18765C;
}
</style>
border-color css
<style>
span { border-color: #18765C; }
span { border-color: rgb(24,118,92); }
td.TdClassName
{
border-color: #18765C;
}
.TagClassName
{
border-color: #18765C;
}
</style>