Shades of Deep Sea #157C6D
Tints of Deep Sea #157C6D
RGB
CMYK
RGB Variations
Color information
#157C6D (or 0x157C6D) is known color: Deep Sea. HEX triplet: 15, 7C and 6D. RGB value is (21,124,109). Sum of RGB (Red+Green+Blue) = 21+124+109=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 124 (48.83% from 255 or 48.82% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 124 - color contains mainly: green. Hex color #157C6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157C6D is #EA8392. Grayscale: #5B5B5B. Windows color (decimal): -15369107 or 7175189. OLE color: 7175189.
HSL color Cylindrical-coordinate representation of color #157C6D: hue angle of 171.26º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157C6D is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 124 | 109 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.51 |
| HSL | 171.26º | 0.71% | 0.28% | - |
| HSV(B) | 171.26º | 0.83% | 0.49% | - |
| XYZ | 10.28 | 15.68 | 16.95 | - |
| YUV | 91.49 | 137.88 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 109 | 0.83 | 0 | 0.12 | 0.51 | 171.26 | 0.71 | 0.28 |
| Hex | 15 | 7C | 6D | 53 | 0 | C | 33 | AB | 47 | 1C |
| Octal | 25 | 174 | 155 | 123 | 0 | 14 | 63 | 253 | 107 | 34 |
| Binary | 10101 | 1111100 | 1101101 | 1010011 | 0 | 1100 | 110011 | 10101011 | 1000111 | 11100 |
Color Harmonies of #157C6D
Complementary color
Monochromatic Colors of #157C6D
Black with #157C6D
Text Example
Text Example
White with #157C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157C6D; }
p { color: rgb(21,124,109); }
H1.HeaderClassName
{
color: #157C6D;
}
.AnyTagClassName
{
color: #157C6D;
}
</style>
background-color css
<style>
a { background-color: #157C6D; }
a { background-color: rgb(21,124,109); }
div.DivClassName
{
background-color: #157C6D;
}
.BgClassName
{
background-color: #157C6D;
}
</style>
border-color css
<style>
span { border-color: #157C6D; }
span { border-color: rgb(21,124,109); }
td.TdClassName
{
border-color: #157C6D;
}
.TagClassName
{
border-color: #157C6D;
}
</style>