Shades of Deep Sea #18855D
Tints of Deep Sea #18855D
RGB
CMYK
RGB Variations
Color information
#18855D (or 0x18855D) is known color: Deep Sea. HEX triplet: 18, 85 and 5D. RGB value is (24,133,93). Sum of RGB (Red+Green+Blue) = 24+133+93=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #18855D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18855D is #E77AA2. Grayscale: #5F5F5F. Windows color (decimal): -15170211 or 6128920. OLE color: 6128920.
HSL color Cylindrical-coordinate representation of color #18855D: hue angle of 157.98º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18855D is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 133 | 93 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.48 |
| HSL | 157.98º | 0.69% | 0.31% | - |
| HSV(B) | 157.98º | 0.82% | 0.52% | - |
| XYZ | 10.74 | 17.76 | 13.22 | - |
| YUV | 95.85 | 126.39 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 93 | 0.82 | 0 | 0.30 | 0.48 | 157.98 | 0.69 | 0.31 |
| Hex | 18 | 85 | 5D | 52 | 0 | 1E | 30 | 9E | 45 | 1F |
| Octal | 30 | 205 | 135 | 122 | 0 | 36 | 60 | 236 | 105 | 37 |
| Binary | 11000 | 10000101 | 1011101 | 1010010 | 0 | 11110 | 110000 | 10011110 | 1000101 | 11111 |
Color Harmonies of #18855D
Complementary color
Monochromatic Colors of #18855D
Black with #18855D
Text Example
Text Example
White with #18855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18855D; }
p { color: rgb(24,133,93); }
H1.HeaderClassName
{
color: #18855D;
}
.AnyTagClassName
{
color: #18855D;
}
</style>
background-color css
<style>
a { background-color: #18855D; }
a { background-color: rgb(24,133,93); }
div.DivClassName
{
background-color: #18855D;
}
.BgClassName
{
background-color: #18855D;
}
</style>
border-color css
<style>
span { border-color: #18855D; }
span { border-color: rgb(24,133,93); }
td.TdClassName
{
border-color: #18855D;
}
.TagClassName
{
border-color: #18855D;
}
</style>