Shades of Deep Sea #15735D
Tints of Deep Sea #15735D
RGB
CMYK
RGB Variations
Color information
#15735D (or 0x15735D) is known color: Deep Sea. HEX triplet: 15, 73 and 5D. RGB value is (21,115,93). Sum of RGB (Red+Green+Blue) = 21+115+93=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #15735D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15735D is #EA8CA2. Grayscale: #545454. Windows color (decimal): -15371427 or 6124309. OLE color: 6124309.
HSL color Cylindrical-coordinate representation of color #15735D: hue angle of 165.96º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15735D is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 115 | 93 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.55 |
| HSL | 165.96º | 0.69% | 0.27% | - |
| HSV(B) | 165.96º | 0.82% | 0.45% | - |
| XYZ | 8.42 | 13.21 | 12.46 | - |
| YUV | 84.39 | 132.86 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 115 | 93 | 0.82 | 0 | 0.19 | 0.55 | 165.96 | 0.69 | 0.27 |
| Hex | 15 | 73 | 5D | 52 | 0 | 13 | 37 | A6 | 45 | 1B |
| Octal | 25 | 163 | 135 | 122 | 0 | 23 | 67 | 246 | 105 | 33 |
| Binary | 10101 | 1110011 | 1011101 | 1010010 | 0 | 10011 | 110111 | 10100110 | 1000101 | 11011 |
Color Harmonies of #15735D
Complementary color
Monochromatic Colors of #15735D
Black with #15735D
Text Example
Text Example
White with #15735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15735D; }
p { color: rgb(21,115,93); }
H1.HeaderClassName
{
color: #15735D;
}
.AnyTagClassName
{
color: #15735D;
}
</style>
background-color css
<style>
a { background-color: #15735D; }
a { background-color: rgb(21,115,93); }
div.DivClassName
{
background-color: #15735D;
}
.BgClassName
{
background-color: #15735D;
}
</style>
border-color css
<style>
span { border-color: #15735D; }
span { border-color: rgb(21,115,93); }
td.TdClassName
{
border-color: #15735D;
}
.TagClassName
{
border-color: #15735D;
}
</style>