Shades of Deep Sea #127A59
Tints of Deep Sea #127A59
RGB
CMYK
RGB Variations
Color information
#127A59 (or 0x127A59) is known color: Deep Sea. HEX triplet: 12, 7A and 59. RGB value is (18,122,89). Sum of RGB (Red+Green+Blue) = 18+122+89=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 122 (48.05% from 255 or 53.28% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 122 - color contains mainly: green. Hex color #127A59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127A59 is #ED85A6. Grayscale: #575757. Windows color (decimal): -15566247 or 5863954. OLE color: 5863954.
HSL color Cylindrical-coordinate representation of color #127A59: hue angle of 160.96º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127A59 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 122 | 89 | - |
| CMYK | 0.85 | 0 | 0.27 | 0.52 |
| HSL | 160.96º | 0.74% | 0.27% | - |
| HSV(B) | 160.96º | 0.85% | 0.48% | - |
| XYZ | 9.01 | 14.77 | 11.83 | - |
| YUV | 87.14 | 129.04 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 89 | 0.85 | 0 | 0.27 | 0.52 | 160.96 | 0.74 | 0.27 |
| Hex | 12 | 7A | 59 | 55 | 0 | 1B | 34 | A1 | 4A | 1B |
| Octal | 22 | 172 | 131 | 125 | 0 | 33 | 64 | 241 | 112 | 33 |
| Binary | 10010 | 1111010 | 1011001 | 1010101 | 0 | 11011 | 110100 | 10100001 | 1001010 | 11011 |
Color Harmonies of #127A59
Complementary color
Monochromatic Colors of #127A59
Black with #127A59
Text Example
Text Example
White with #127A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127A59; }
p { color: rgb(18,122,89); }
H1.HeaderClassName
{
color: #127A59;
}
.AnyTagClassName
{
color: #127A59;
}
</style>
background-color css
<style>
a { background-color: #127A59; }
a { background-color: rgb(18,122,89); }
div.DivClassName
{
background-color: #127A59;
}
.BgClassName
{
background-color: #127A59;
}
</style>
border-color css
<style>
span { border-color: #127A59; }
span { border-color: rgb(18,122,89); }
td.TdClassName
{
border-color: #127A59;
}
.TagClassName
{
border-color: #127A59;
}
</style>