Shades of Deep Sea #127E5E
Tints of Deep Sea #127E5E
RGB
CMYK
RGB Variations
Color information
#127E5E (or 0x127E5E) is known color: Deep Sea. HEX triplet: 12, 7E and 5E. RGB value is (18,126,94). Sum of RGB (Red+Green+Blue) = 18+126+94=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 126 (49.61% from 255 or 52.94% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 126 - color contains mainly: green. Hex color #127E5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127E5E is #ED81A1. Grayscale: #5A5A5A. Windows color (decimal): -15565218 or 6192658. OLE color: 6192658.
HSL color Cylindrical-coordinate representation of color #127E5E: hue angle of 162.22º 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 #127E5E is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 126 | 94 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.51 |
| HSL | 162.22º | 0.75% | 0.28% | - |
| HSV(B) | 162.22º | 0.86% | 0.49% | - |
| XYZ | 9.73 | 15.86 | 13.14 | - |
| YUV | 90.06 | 130.22 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 94 | 0.86 | 0 | 0.25 | 0.51 | 162.22 | 0.75 | 0.28 |
| Hex | 12 | 7E | 5E | 56 | 0 | 19 | 33 | A2 | 4B | 1C |
| Octal | 22 | 176 | 136 | 126 | 0 | 31 | 63 | 242 | 113 | 34 |
| Binary | 10010 | 1111110 | 1011110 | 1010110 | 0 | 11001 | 110011 | 10100010 | 1001011 | 11100 |
Color Harmonies of #127E5E
Complementary color
Monochromatic Colors of #127E5E
Black with #127E5E
Text Example
Text Example
White with #127E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127E5E; }
p { color: rgb(18,126,94); }
H1.HeaderClassName
{
color: #127E5E;
}
.AnyTagClassName
{
color: #127E5E;
}
</style>
background-color css
<style>
a { background-color: #127E5E; }
a { background-color: rgb(18,126,94); }
div.DivClassName
{
background-color: #127E5E;
}
.BgClassName
{
background-color: #127E5E;
}
</style>
border-color css
<style>
span { border-color: #127E5E; }
span { border-color: rgb(18,126,94); }
td.TdClassName
{
border-color: #127E5E;
}
.TagClassName
{
border-color: #127E5E;
}
</style>