Shades of Deep Sea #15746A
Tints of Deep Sea #15746A
RGB
CMYK
RGB Variations
Color information
#15746A (or 0x15746A) is known color: Deep Sea. HEX triplet: 15, 74 and 6A. RGB value is (21,116,106). Sum of RGB (Red+Green+Blue) = 21+116+106=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #15746A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15746A is #EA8B95. Grayscale: #565656. Windows color (decimal): -15371158 or 6976533. OLE color: 6976533.
HSL color Cylindrical-coordinate representation of color #15746A: hue angle of 173.68º 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 #15746A is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 116 | 106 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.55 |
| HSL | 173.68º | 0.69% | 0.27% | - |
| HSV(B) | 173.68º | 0.82% | 0.45% | - |
| XYZ | 9.16 | 13.69 | 15.8 | - |
| YUV | 86.46 | 139.03 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 116 | 106 | 0.82 | 0 | 0.09 | 0.55 | 173.68 | 0.69 | 0.27 |
| Hex | 15 | 74 | 6A | 52 | 0 | 9 | 37 | AE | 45 | 1B |
| Octal | 25 | 164 | 152 | 122 | 0 | 11 | 67 | 256 | 105 | 33 |
| Binary | 10101 | 1110100 | 1101010 | 1010010 | 0 | 1001 | 110111 | 10101110 | 1000101 | 11011 |
Color Harmonies of #15746A
Complementary color
Monochromatic Colors of #15746A
Black with #15746A
Text Example
Text Example
White with #15746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15746A; }
p { color: rgb(21,116,106); }
H1.HeaderClassName
{
color: #15746A;
}
.AnyTagClassName
{
color: #15746A;
}
</style>
background-color css
<style>
a { background-color: #15746A; }
a { background-color: rgb(21,116,106); }
div.DivClassName
{
background-color: #15746A;
}
.BgClassName
{
background-color: #15746A;
}
</style>
border-color css
<style>
span { border-color: #15746A; }
span { border-color: rgb(21,116,106); }
td.TdClassName
{
border-color: #15746A;
}
.TagClassName
{
border-color: #15746A;
}
</style>