Shades of Deep Sea #18825B
Tints of Deep Sea #18825B
RGB
CMYK
RGB Variations
Color information
#18825B (or 0x18825B) is known color: Deep Sea. HEX triplet: 18, 82 and 5B. RGB value is (24,130,91). Sum of RGB (Red+Green+Blue) = 24+130+91=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #18825B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18825B is #E77DA4. Grayscale: #5D5D5D. Windows color (decimal): -15170981 or 5997080. OLE color: 5997080.
HSL color Cylindrical-coordinate representation of color #18825B: hue angle of 157.92º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18825B is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 130 | 91 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.49 |
| HSL | 157.92º | 0.69% | 0.3% | - |
| HSV(B) | 157.92º | 0.82% | 0.51% | - |
| XYZ | 10.25 | 16.91 | 12.62 | - |
| YUV | 93.86 | 126.38 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 91 | 0.82 | 0 | 0.30 | 0.49 | 157.92 | 0.69 | 0.3 |
| Hex | 18 | 82 | 5B | 52 | 0 | 1E | 31 | 9E | 45 | 1E |
| Octal | 30 | 202 | 133 | 122 | 0 | 36 | 61 | 236 | 105 | 36 |
| Binary | 11000 | 10000010 | 1011011 | 1010010 | 0 | 11110 | 110001 | 10011110 | 1000101 | 11110 |
Color Harmonies of #18825B
Complementary color
Monochromatic Colors of #18825B
Black with #18825B
Text Example
Text Example
White with #18825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18825B; }
p { color: rgb(24,130,91); }
H1.HeaderClassName
{
color: #18825B;
}
.AnyTagClassName
{
color: #18825B;
}
</style>
background-color css
<style>
a { background-color: #18825B; }
a { background-color: rgb(24,130,91); }
div.DivClassName
{
background-color: #18825B;
}
.BgClassName
{
background-color: #18825B;
}
</style>
border-color css
<style>
span { border-color: #18825B; }
span { border-color: rgb(24,130,91); }
td.TdClassName
{
border-color: #18825B;
}
.TagClassName
{
border-color: #18825B;
}
</style>