Shades of Deep Sea #157B73
Tints of Deep Sea #157B73
RGB
CMYK
RGB Variations
Color information
#157B73 (or 0x157B73) is known color: Deep Sea. HEX triplet: 15, 7B and 73. RGB value is (21,123,115). Sum of RGB (Red+Green+Blue) = 21+123+115=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 123 (48.44% from 255 or 47.49% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 123 - color contains mainly: green. Hex color #157B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157B73 is #EA848C. Grayscale: #5B5B5B. Windows color (decimal): -15369357 or 7568149. OLE color: 7568149.
HSL color Cylindrical-coordinate representation of color #157B73: hue angle of 175.29º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157B73 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 21 | 123 | 115 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.52 |
| HSL | 175.29º | 0.71% | 0.28% | - |
| HSV(B) | 175.29º | 0.83% | 0.48% | - |
| XYZ | 10.49 | 15.56 | 18.67 | - |
| YUV | 91.59 | 141.21 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 123 | 115 | 0.83 | 0 | 0.07 | 0.52 | 175.29 | 0.71 | 0.28 |
| Hex | 15 | 7B | 73 | 53 | 0 | 7 | 34 | AF | 47 | 1C |
| Octal | 25 | 173 | 163 | 123 | 0 | 7 | 64 | 257 | 107 | 34 |
| Binary | 10101 | 1111011 | 1110011 | 1010011 | 0 | 111 | 110100 | 10101111 | 1000111 | 11100 |
Color Harmonies of #157B73
Complementary color
Monochromatic Colors of #157B73
Black with #157B73
Text Example
Text Example
White with #157B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157B73; }
p { color: rgb(21,123,115); }
H1.HeaderClassName
{
color: #157B73;
}
.AnyTagClassName
{
color: #157B73;
}
</style>
background-color css
<style>
a { background-color: #157B73; }
a { background-color: rgb(21,123,115); }
div.DivClassName
{
background-color: #157B73;
}
.BgClassName
{
background-color: #157B73;
}
</style>
border-color css
<style>
span { border-color: #157B73; }
span { border-color: rgb(21,123,115); }
td.TdClassName
{
border-color: #157B73;
}
.TagClassName
{
border-color: #157B73;
}
</style>