Shades of Deep Sea #15766D
Tints of Deep Sea #15766D
RGB
CMYK
RGB Variations
Color information
#15766D (or 0x15766D) is known color: Deep Sea. HEX triplet: 15, 76 and 6D. RGB value is (21,118,109). Sum of RGB (Red+Green+Blue) = 21+118+109=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #15766D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15766D is #EA8992. Grayscale: #575757. Windows color (decimal): -15370643 or 7173653. OLE color: 7173653.
HSL color Cylindrical-coordinate representation of color #15766D: hue angle of 174.43º 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 #15766D is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 118 | 109 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.54 |
| HSL | 174.43º | 0.7% | 0.27% | - |
| HSV(B) | 174.43º | 0.82% | 0.46% | - |
| XYZ | 9.55 | 14.22 | 16.71 | - |
| YUV | 87.97 | 139.86 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 118 | 109 | 0.82 | 0 | 0.08 | 0.54 | 174.43 | 0.7 | 0.27 |
| Hex | 15 | 76 | 6D | 52 | 0 | 8 | 36 | AE | 46 | 1B |
| Octal | 25 | 166 | 155 | 122 | 0 | 10 | 66 | 256 | 106 | 33 |
| Binary | 10101 | 1110110 | 1101101 | 1010010 | 0 | 1000 | 110110 | 10101110 | 1000110 | 11011 |
Color Harmonies of #15766D
Complementary color
Monochromatic Colors of #15766D
Black with #15766D
Text Example
Text Example
White with #15766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15766D; }
p { color: rgb(21,118,109); }
H1.HeaderClassName
{
color: #15766D;
}
.AnyTagClassName
{
color: #15766D;
}
</style>
background-color css
<style>
a { background-color: #15766D; }
a { background-color: rgb(21,118,109); }
div.DivClassName
{
background-color: #15766D;
}
.BgClassName
{
background-color: #15766D;
}
</style>
border-color css
<style>
span { border-color: #15766D; }
span { border-color: rgb(21,118,109); }
td.TdClassName
{
border-color: #15766D;
}
.TagClassName
{
border-color: #15766D;
}
</style>