Shades of Deep Sea #127C60
Tints of Deep Sea #127C60
RGB
CMYK
RGB Variations
Color information
#127C60 (or 0x127C60) is known color: Deep Sea. HEX triplet: 12, 7C and 60. RGB value is (18,124,96). Sum of RGB (Red+Green+Blue) = 18+124+96=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 124 (48.83% from 255 or 52.10% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 124 - color contains mainly: green. Hex color #127C60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127C60 is #ED839F. Grayscale: #595959. Windows color (decimal): -15565728 or 6323218. OLE color: 6323218.
HSL color Cylindrical-coordinate representation of color #127C60: hue angle of 164.15º 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 #127C60 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 124 | 96 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.51 |
| HSL | 164.15º | 0.75% | 0.28% | - |
| HSV(B) | 164.15º | 0.85% | 0.49% | - |
| XYZ | 9.57 | 15.39 | 13.53 | - |
| YUV | 89.11 | 131.88 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 96 | 0.85 | 0 | 0.23 | 0.51 | 164.15 | 0.75 | 0.28 |
| Hex | 12 | 7C | 60 | 55 | 0 | 17 | 33 | A4 | 4B | 1C |
| Octal | 22 | 174 | 140 | 125 | 0 | 27 | 63 | 244 | 113 | 34 |
| Binary | 10010 | 1111100 | 1100000 | 1010101 | 0 | 10111 | 110011 | 10100100 | 1001011 | 11100 |
Color Harmonies of #127C60
Complementary color
Monochromatic Colors of #127C60
Black with #127C60
Text Example
Text Example
White with #127C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C60; }
p { color: rgb(18,124,96); }
H1.HeaderClassName
{
color: #127C60;
}
.AnyTagClassName
{
color: #127C60;
}
</style>
background-color css
<style>
a { background-color: #127C60; }
a { background-color: rgb(18,124,96); }
div.DivClassName
{
background-color: #127C60;
}
.BgClassName
{
background-color: #127C60;
}
</style>
border-color css
<style>
span { border-color: #127C60; }
span { border-color: rgb(18,124,96); }
td.TdClassName
{
border-color: #127C60;
}
.TagClassName
{
border-color: #127C60;
}
</style>