Shades of Deep Sea #15765B
Tints of Deep Sea #15765B
RGB
CMYK
RGB Variations
Color information
#15765B (or 0x15765B) is known color: Deep Sea. HEX triplet: 15, 76 and 5B. RGB value is (21,118,91). Sum of RGB (Red+Green+Blue) = 21+118+91=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #15765B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15765B is #EA89A4. Grayscale: #555555. Windows color (decimal): -15370661 or 5994005. OLE color: 5994005.
HSL color Cylindrical-coordinate representation of color #15765B: hue angle of 163.3º 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 #15765B is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 118 | 91 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.54 |
| HSL | 163.3º | 0.7% | 0.27% | - |
| HSV(B) | 163.3º | 0.82% | 0.46% | - |
| XYZ | 8.68 | 13.87 | 12.12 | - |
| YUV | 85.92 | 130.86 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 118 | 91 | 0.82 | 0 | 0.23 | 0.54 | 163.3 | 0.7 | 0.27 |
| Hex | 15 | 76 | 5B | 52 | 0 | 17 | 36 | A3 | 46 | 1B |
| Octal | 25 | 166 | 133 | 122 | 0 | 27 | 66 | 243 | 106 | 33 |
| Binary | 10101 | 1110110 | 1011011 | 1010010 | 0 | 10111 | 110110 | 10100011 | 1000110 | 11011 |
Color Harmonies of #15765B
Complementary color
Monochromatic Colors of #15765B
Black with #15765B
Text Example
Text Example
White with #15765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15765B; }
p { color: rgb(21,118,91); }
H1.HeaderClassName
{
color: #15765B;
}
.AnyTagClassName
{
color: #15765B;
}
</style>
background-color css
<style>
a { background-color: #15765B; }
a { background-color: rgb(21,118,91); }
div.DivClassName
{
background-color: #15765B;
}
.BgClassName
{
background-color: #15765B;
}
</style>
border-color css
<style>
span { border-color: #15765B; }
span { border-color: rgb(21,118,91); }
td.TdClassName
{
border-color: #15765B;
}
.TagClassName
{
border-color: #15765B;
}
</style>