Shades of Deep Sea #127C5E
Tints of Deep Sea #127C5E
RGB
CMYK
RGB Variations
Color information
#127C5E (or 0x127C5E) is known color: Deep Sea. HEX triplet: 12, 7C and 5E. RGB value is (18,124,94). Sum of RGB (Red+Green+Blue) = 18+124+94=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 124 (48.83% from 255 or 52.54% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 124 - color contains mainly: green. Hex color #127C5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127C5E is #ED83A1. Grayscale: #585858. Windows color (decimal): -15565730 or 6192146. OLE color: 6192146.
HSL color Cylindrical-coordinate representation of color #127C5E: hue angle of 163.02º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127C5E is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 124 | 94 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.51 |
| HSL | 163.02º | 0.75% | 0.28% | - |
| HSV(B) | 163.02º | 0.85% | 0.49% | - |
| XYZ | 9.48 | 15.35 | 13.05 | - |
| YUV | 88.89 | 130.88 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 94 | 0.85 | 0 | 0.24 | 0.51 | 163.02 | 0.75 | 0.28 |
| Hex | 12 | 7C | 5E | 55 | 0 | 18 | 33 | A3 | 4B | 1C |
| Octal | 22 | 174 | 136 | 125 | 0 | 30 | 63 | 243 | 113 | 34 |
| Binary | 10010 | 1111100 | 1011110 | 1010101 | 0 | 11000 | 110011 | 10100011 | 1001011 | 11100 |
Color Harmonies of #127C5E
Complementary color
Monochromatic Colors of #127C5E
Black with #127C5E
Text Example
Text Example
White with #127C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C5E; }
p { color: rgb(18,124,94); }
H1.HeaderClassName
{
color: #127C5E;
}
.AnyTagClassName
{
color: #127C5E;
}
</style>
background-color css
<style>
a { background-color: #127C5E; }
a { background-color: rgb(18,124,94); }
div.DivClassName
{
background-color: #127C5E;
}
.BgClassName
{
background-color: #127C5E;
}
</style>
border-color css
<style>
span { border-color: #127C5E; }
span { border-color: rgb(18,124,94); }
td.TdClassName
{
border-color: #127C5E;
}
.TagClassName
{
border-color: #127C5E;
}
</style>