Shades of Deep Sea #15735F
Tints of Deep Sea #15735F
RGB
CMYK
RGB Variations
Color information
#15735F (or 0x15735F) is known color: Deep Sea. HEX triplet: 15, 73 and 5F. RGB value is (21,115,95). Sum of RGB (Red+Green+Blue) = 21+115+95=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #15735F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15735F is #EA8CA0. Grayscale: #545454. Windows color (decimal): -15371425 or 6255381. OLE color: 6255381.
HSL color Cylindrical-coordinate representation of color #15735F: hue angle of 167.23º 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 #15735F is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 115 | 95 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.55 |
| HSL | 167.23º | 0.69% | 0.27% | - |
| HSV(B) | 167.23º | 0.82% | 0.45% | - |
| XYZ | 8.51 | 13.25 | 12.94 | - |
| YUV | 84.61 | 133.86 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 115 | 95 | 0.82 | 0 | 0.17 | 0.55 | 167.23 | 0.69 | 0.27 |
| Hex | 15 | 73 | 5F | 52 | 0 | 11 | 37 | A7 | 45 | 1B |
| Octal | 25 | 163 | 137 | 122 | 0 | 21 | 67 | 247 | 105 | 33 |
| Binary | 10101 | 1110011 | 1011111 | 1010010 | 0 | 10001 | 110111 | 10100111 | 1000101 | 11011 |
Color Harmonies of #15735F
Complementary color
Monochromatic Colors of #15735F
Black with #15735F
Text Example
Text Example
White with #15735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15735F; }
p { color: rgb(21,115,95); }
H1.HeaderClassName
{
color: #15735F;
}
.AnyTagClassName
{
color: #15735F;
}
</style>
background-color css
<style>
a { background-color: #15735F; }
a { background-color: rgb(21,115,95); }
div.DivClassName
{
background-color: #15735F;
}
.BgClassName
{
background-color: #15735F;
}
</style>
border-color css
<style>
span { border-color: #15735F; }
span { border-color: rgb(21,115,95); }
td.TdClassName
{
border-color: #15735F;
}
.TagClassName
{
border-color: #15735F;
}
</style>