Shades of Deep Sea #127A6C
Tints of Deep Sea #127A6C
RGB
CMYK
RGB Variations
Color information
#127A6C (or 0x127A6C) is known color: Deep Sea. HEX triplet: 12, 7A and 6C. RGB value is (18,122,108). Sum of RGB (Red+Green+Blue) = 18+122+108=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 122 (48.05% from 255 or 49.19% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 122 - color contains mainly: green. Hex color #127A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127A6C is #ED8593. Grayscale: #595959. Windows color (decimal): -15566228 or 7109138. OLE color: 7109138.
HSL color Cylindrical-coordinate representation of color #127A6C: hue angle of 171.92º 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 #127A6C is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 122 | 108 | - |
| CMYK | 0.85 | 0 | 0.11 | 0.52 |
| HSL | 171.92º | 0.74% | 0.27% | - |
| HSV(B) | 171.92º | 0.85% | 0.48% | - |
| XYZ | 9.92 | 15.13 | 16.59 | - |
| YUV | 89.31 | 138.54 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 108 | 0.85 | 0 | 0.11 | 0.52 | 171.92 | 0.74 | 0.27 |
| Hex | 12 | 7A | 6C | 55 | 0 | B | 34 | AC | 4A | 1B |
| Octal | 22 | 172 | 154 | 125 | 0 | 13 | 64 | 254 | 112 | 33 |
| Binary | 10010 | 1111010 | 1101100 | 1010101 | 0 | 1011 | 110100 | 10101100 | 1001010 | 11011 |
Color Harmonies of #127A6C
Complementary color
Monochromatic Colors of #127A6C
Black with #127A6C
Text Example
Text Example
White with #127A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127A6C; }
p { color: rgb(18,122,108); }
H1.HeaderClassName
{
color: #127A6C;
}
.AnyTagClassName
{
color: #127A6C;
}
</style>
background-color css
<style>
a { background-color: #127A6C; }
a { background-color: rgb(18,122,108); }
div.DivClassName
{
background-color: #127A6C;
}
.BgClassName
{
background-color: #127A6C;
}
</style>
border-color css
<style>
span { border-color: #127A6C; }
span { border-color: rgb(18,122,108); }
td.TdClassName
{
border-color: #127A6C;
}
.TagClassName
{
border-color: #127A6C;
}
</style>