Shades of Deep Sea #127E5A
Tints of Deep Sea #127E5A
RGB
CMYK
RGB Variations
Color information
#127E5A (or 0x127E5A) is known color: Deep Sea. HEX triplet: 12, 7E and 5A. RGB value is (18,126,90). Sum of RGB (Red+Green+Blue) = 18+126+90=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 126 (49.61% from 255 or 53.85% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 126 - color contains mainly: green. Hex color #127E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127E5A is #ED81A5. Grayscale: #595959. Windows color (decimal): -15565222 or 5930514. OLE color: 5930514.
HSL color Cylindrical-coordinate representation of color #127E5A: hue angle of 160º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127E5A is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 126 | 90 | - |
| CMYK | 0.86 | 0 | 0.29 | 0.51 |
| HSL | 160º | 0.75% | 0.28% | - |
| HSV(B) | 160º | 0.86% | 0.49% | - |
| XYZ | 9.56 | 15.79 | 12.22 | - |
| YUV | 89.6 | 128.22 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 90 | 0.86 | 0 | 0.29 | 0.51 | 160 | 0.75 | 0.28 |
| Hex | 12 | 7E | 5A | 56 | 0 | 1D | 33 | A0 | 4B | 1C |
| Octal | 22 | 176 | 132 | 126 | 0 | 35 | 63 | 240 | 113 | 34 |
| Binary | 10010 | 1111110 | 1011010 | 1010110 | 0 | 11101 | 110011 | 10100000 | 1001011 | 11100 |
Color Harmonies of #127E5A
Complementary color
Monochromatic Colors of #127E5A
Black with #127E5A
Text Example
Text Example
White with #127E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127E5A; }
p { color: rgb(18,126,90); }
H1.HeaderClassName
{
color: #127E5A;
}
.AnyTagClassName
{
color: #127E5A;
}
</style>
background-color css
<style>
a { background-color: #127E5A; }
a { background-color: rgb(18,126,90); }
div.DivClassName
{
background-color: #127E5A;
}
.BgClassName
{
background-color: #127E5A;
}
</style>
border-color css
<style>
span { border-color: #127E5A; }
span { border-color: rgb(18,126,90); }
td.TdClassName
{
border-color: #127E5A;
}
.TagClassName
{
border-color: #127E5A;
}
</style>