Shades of Deep Sea #15715C
Tints of Deep Sea #15715C
RGB
CMYK
RGB Variations
Color information
#15715C (or 0x15715C) is known color: Deep Sea. HEX triplet: 15, 71 and 5C. RGB value is (21,113,92). Sum of RGB (Red+Green+Blue) = 21+113+92=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #15715C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15715C is #EA8EA3. Grayscale: #535353. Windows color (decimal): -15371940 or 6058261. OLE color: 6058261.
HSL color Cylindrical-coordinate representation of color #15715C: hue angle of 166.3º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15715C is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 113 | 92 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.56 |
| HSL | 166.3º | 0.69% | 0.26% | - |
| HSV(B) | 166.3º | 0.81% | 0.44% | - |
| XYZ | 8.15 | 12.74 | 12.16 | - |
| YUV | 83.1 | 133.02 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 113 | 92 | 0.81 | 0 | 0.19 | 0.56 | 166.3 | 0.69 | 0.26 |
| Hex | 15 | 71 | 5C | 51 | 0 | 13 | 38 | A6 | 45 | 1A |
| Octal | 25 | 161 | 134 | 121 | 0 | 23 | 70 | 246 | 105 | 32 |
| Binary | 10101 | 1110001 | 1011100 | 1010001 | 0 | 10011 | 111000 | 10100110 | 1000101 | 11010 |
Color Harmonies of #15715C
Complementary color
Monochromatic Colors of #15715C
Black with #15715C
Text Example
Text Example
White with #15715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15715C; }
p { color: rgb(21,113,92); }
H1.HeaderClassName
{
color: #15715C;
}
.AnyTagClassName
{
color: #15715C;
}
</style>
background-color css
<style>
a { background-color: #15715C; }
a { background-color: rgb(21,113,92); }
div.DivClassName
{
background-color: #15715C;
}
.BgClassName
{
background-color: #15715C;
}
</style>
border-color css
<style>
span { border-color: #15715C; }
span { border-color: rgb(21,113,92); }
td.TdClassName
{
border-color: #15715C;
}
.TagClassName
{
border-color: #15715C;
}
</style>