Shades of Deep Sea #15755D
Tints of Deep Sea #15755D
RGB
CMYK
RGB Variations
Color information
#15755D (or 0x15755D) is known color: Deep Sea. HEX triplet: 15, 75 and 5D. RGB value is (21,117,93). Sum of RGB (Red+Green+Blue) = 21+117+93=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #15755D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15755D is #EA8AA2. Grayscale: #555555. Windows color (decimal): -15370915 or 6124821. OLE color: 6124821.
HSL color Cylindrical-coordinate representation of color #15755D: hue angle of 165º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15755D is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 117 | 93 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.54 |
| HSL | 165º | 0.7% | 0.27% | - |
| HSV(B) | 165º | 0.82% | 0.46% | - |
| XYZ | 8.65 | 13.67 | 12.54 | - |
| YUV | 85.56 | 132.2 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 117 | 93 | 0.82 | 0 | 0.21 | 0.54 | 165 | 0.7 | 0.27 |
| Hex | 15 | 75 | 5D | 52 | 0 | 15 | 36 | A5 | 46 | 1B |
| Octal | 25 | 165 | 135 | 122 | 0 | 25 | 66 | 245 | 106 | 33 |
| Binary | 10101 | 1110101 | 1011101 | 1010010 | 0 | 10101 | 110110 | 10100101 | 1000110 | 11011 |
Color Harmonies of #15755D
Complementary color
Monochromatic Colors of #15755D
Black with #15755D
Text Example
Text Example
White with #15755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15755D; }
p { color: rgb(21,117,93); }
H1.HeaderClassName
{
color: #15755D;
}
.AnyTagClassName
{
color: #15755D;
}
</style>
background-color css
<style>
a { background-color: #15755D; }
a { background-color: rgb(21,117,93); }
div.DivClassName
{
background-color: #15755D;
}
.BgClassName
{
background-color: #15755D;
}
</style>
border-color css
<style>
span { border-color: #15755D; }
span { border-color: rgb(21,117,93); }
td.TdClassName
{
border-color: #15755D;
}
.TagClassName
{
border-color: #15755D;
}
</style>