Shades of Deep Sea #127F59
Tints of Deep Sea #127F59
RGB
CMYK
RGB Variations
Color information
#127F59 (or 0x127F59) is known color: Deep Sea. HEX triplet: 12, 7F and 59. RGB value is (18,127,89). Sum of RGB (Red+Green+Blue) = 18+127+89=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 127 (50% from 255 or 54.27% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 127 - color contains mainly: green. Hex color #127F59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127F59 is #ED80A6. Grayscale: #5A5A5A. Windows color (decimal): -15564967 or 5865234. OLE color: 5865234.
HSL color Cylindrical-coordinate representation of color #127F59: hue angle of 159.08º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127F59 is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 127 | 89 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.50 |
| HSL | 159.08º | 0.75% | 0.28% | - |
| HSV(B) | 159.08º | 0.86% | 0.5% | - |
| XYZ | 9.64 | 16.03 | 12.04 | - |
| YUV | 90.08 | 127.39 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 89 | 0.86 | 0 | 0.30 | 0.50 | 159.08 | 0.75 | 0.28 |
| Hex | 12 | 7F | 59 | 56 | 0 | 1E | 32 | 9F | 4B | 1C |
| Octal | 22 | 177 | 131 | 126 | 0 | 36 | 62 | 237 | 113 | 34 |
| Binary | 10010 | 1111111 | 1011001 | 1010110 | 0 | 11110 | 110010 | 10011111 | 1001011 | 11100 |
Color Harmonies of #127F59
Complementary color
Monochromatic Colors of #127F59
Black with #127F59
Text Example
Text Example
White with #127F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127F59; }
p { color: rgb(18,127,89); }
H1.HeaderClassName
{
color: #127F59;
}
.AnyTagClassName
{
color: #127F59;
}
</style>
background-color css
<style>
a { background-color: #127F59; }
a { background-color: rgb(18,127,89); }
div.DivClassName
{
background-color: #127F59;
}
.BgClassName
{
background-color: #127F59;
}
</style>
border-color css
<style>
span { border-color: #127F59; }
span { border-color: rgb(18,127,89); }
td.TdClassName
{
border-color: #127F59;
}
.TagClassName
{
border-color: #127F59;
}
</style>