Shades of Deep Sea #127A6E
Tints of Deep Sea #127A6E
RGB
CMYK
RGB Variations
Color information
#127A6E (or 0x127A6E) is known color: Deep Sea. HEX triplet: 12, 7A and 6E. RGB value is (18,122,110). Sum of RGB (Red+Green+Blue) = 18+122+110=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 122 (48.05% from 255 or 48.8% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 122 - color contains mainly: green. Hex color #127A6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127A6E is #ED8591. Grayscale: #595959. Windows color (decimal): -15566226 or 7240210. OLE color: 7240210.
HSL color Cylindrical-coordinate representation of color #127A6E: hue angle of 173.08º 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 #127A6E is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 122 | 110 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.52 |
| HSL | 173.08º | 0.74% | 0.27% | - |
| HSV(B) | 173.08º | 0.85% | 0.48% | - |
| XYZ | 10.02 | 15.17 | 17.15 | - |
| YUV | 89.54 | 139.54 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 110 | 0.85 | 0 | 0.10 | 0.52 | 173.08 | 0.74 | 0.27 |
| Hex | 12 | 7A | 6E | 55 | 0 | A | 34 | AD | 4A | 1B |
| Octal | 22 | 172 | 156 | 125 | 0 | 12 | 64 | 255 | 112 | 33 |
| Binary | 10010 | 1111010 | 1101110 | 1010101 | 0 | 1010 | 110100 | 10101101 | 1001010 | 11011 |
Color Harmonies of #127A6E
Complementary color
Monochromatic Colors of #127A6E
Black with #127A6E
Text Example
Text Example
White with #127A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127A6E; }
p { color: rgb(18,122,110); }
H1.HeaderClassName
{
color: #127A6E;
}
.AnyTagClassName
{
color: #127A6E;
}
</style>
background-color css
<style>
a { background-color: #127A6E; }
a { background-color: rgb(18,122,110); }
div.DivClassName
{
background-color: #127A6E;
}
.BgClassName
{
background-color: #127A6E;
}
</style>
border-color css
<style>
span { border-color: #127A6E; }
span { border-color: rgb(18,122,110); }
td.TdClassName
{
border-color: #127A6E;
}
.TagClassName
{
border-color: #127A6E;
}
</style>