Shades of Deep Sea #127E67
Tints of Deep Sea #127E67
RGB
CMYK
RGB Variations
Color information
#127E67 (or 0x127E67) is known color: Deep Sea. HEX triplet: 12, 7E and 67. RGB value is (18,126,103). Sum of RGB (Red+Green+Blue) = 18+126+103=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 126 (49.61% from 255 or 51.01% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 126 - color contains mainly: green. Hex color #127E67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127E67 is #ED8198. Grayscale: #5B5B5B. Windows color (decimal): -15565209 or 6782482. OLE color: 6782482.
HSL color Cylindrical-coordinate representation of color #127E67: hue angle of 167.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 #127E67 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 126 | 103 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.51 |
| HSL | 167.22º | 0.75% | 0.28% | - |
| HSV(B) | 167.22º | 0.86% | 0.49% | - |
| XYZ | 10.16 | 16.03 | 15.39 | - |
| YUV | 91.09 | 134.72 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 103 | 0.86 | 0 | 0.18 | 0.51 | 167.22 | 0.75 | 0.28 |
| Hex | 12 | 7E | 67 | 56 | 0 | 12 | 33 | A7 | 4B | 1C |
| Octal | 22 | 176 | 147 | 126 | 0 | 22 | 63 | 247 | 113 | 34 |
| Binary | 10010 | 1111110 | 1100111 | 1010110 | 0 | 10010 | 110011 | 10100111 | 1001011 | 11100 |
Color Harmonies of #127E67
Complementary color
Monochromatic Colors of #127E67
Black with #127E67
Text Example
Text Example
White with #127E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127E67; }
p { color: rgb(18,126,103); }
H1.HeaderClassName
{
color: #127E67;
}
.AnyTagClassName
{
color: #127E67;
}
</style>
background-color css
<style>
a { background-color: #127E67; }
a { background-color: rgb(18,126,103); }
div.DivClassName
{
background-color: #127E67;
}
.BgClassName
{
background-color: #127E67;
}
</style>
border-color css
<style>
span { border-color: #127E67; }
span { border-color: rgb(18,126,103); }
td.TdClassName
{
border-color: #127E67;
}
.TagClassName
{
border-color: #127E67;
}
</style>