Shades of Deep Sea #127A67
Tints of Deep Sea #127A67
RGB
CMYK
RGB Variations
Color information
#127A67 (or 0x127A67) is known color: Deep Sea. HEX triplet: 12, 7A and 67. RGB value is (18,122,103). Sum of RGB (Red+Green+Blue) = 18+122+103=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 122 (48.05% from 255 or 50.21% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 122 - color contains mainly: green. Hex color #127A67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127A67 is #ED8598. Grayscale: #585858. Windows color (decimal): -15566233 or 6781458. OLE color: 6781458.
HSL color Cylindrical-coordinate representation of color #127A67: hue angle of 169.04º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127A67 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 122 | 103 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.52 |
| HSL | 169.04º | 0.74% | 0.27% | - |
| HSV(B) | 169.04º | 0.85% | 0.48% | - |
| XYZ | 9.66 | 15.03 | 15.22 | - |
| YUV | 88.74 | 136.04 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 103 | 0.85 | 0 | 0.16 | 0.52 | 169.04 | 0.74 | 0.27 |
| Hex | 12 | 7A | 67 | 55 | 0 | 10 | 34 | A9 | 4A | 1B |
| Octal | 22 | 172 | 147 | 125 | 0 | 20 | 64 | 251 | 112 | 33 |
| Binary | 10010 | 1111010 | 1100111 | 1010101 | 0 | 10000 | 110100 | 10101001 | 1001010 | 11011 |
Color Harmonies of #127A67
Complementary color
Monochromatic Colors of #127A67
Black with #127A67
Text Example
Text Example
White with #127A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127A67; }
p { color: rgb(18,122,103); }
H1.HeaderClassName
{
color: #127A67;
}
.AnyTagClassName
{
color: #127A67;
}
</style>
background-color css
<style>
a { background-color: #127A67; }
a { background-color: rgb(18,122,103); }
div.DivClassName
{
background-color: #127A67;
}
.BgClassName
{
background-color: #127A67;
}
</style>
border-color css
<style>
span { border-color: #127A67; }
span { border-color: rgb(18,122,103); }
td.TdClassName
{
border-color: #127A67;
}
.TagClassName
{
border-color: #127A67;
}
</style>