Shades of Deep Sea #127A68
Tints of Deep Sea #127A68
RGB
CMYK
RGB Variations
Color information
#127A68 (or 0x127A68) is known color: Deep Sea. HEX triplet: 12, 7A and 68. RGB value is (18,122,104). Sum of RGB (Red+Green+Blue) = 18+122+104=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 122 (48.05% from 255 or 50% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 122 - color contains mainly: green. Hex color #127A68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127A68 is #ED8597. Grayscale: #585858. Windows color (decimal): -15566232 or 6846994. OLE color: 6846994.
HSL color Cylindrical-coordinate representation of color #127A68: hue angle of 169.62º 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 #127A68 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 122 | 104 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.52 |
| HSL | 169.62º | 0.74% | 0.27% | - |
| HSV(B) | 169.62º | 0.85% | 0.48% | - |
| XYZ | 9.71 | 15.05 | 15.49 | - |
| YUV | 88.85 | 136.54 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 104 | 0.85 | 0 | 0.15 | 0.52 | 169.62 | 0.74 | 0.27 |
| Hex | 12 | 7A | 68 | 55 | 0 | F | 34 | AA | 4A | 1B |
| Octal | 22 | 172 | 150 | 125 | 0 | 17 | 64 | 252 | 112 | 33 |
| Binary | 10010 | 1111010 | 1101000 | 1010101 | 0 | 1111 | 110100 | 10101010 | 1001010 | 11011 |
Color Harmonies of #127A68
Complementary color
Monochromatic Colors of #127A68
Black with #127A68
Text Example
Text Example
White with #127A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127A68; }
p { color: rgb(18,122,104); }
H1.HeaderClassName
{
color: #127A68;
}
.AnyTagClassName
{
color: #127A68;
}
</style>
background-color css
<style>
a { background-color: #127A68; }
a { background-color: rgb(18,122,104); }
div.DivClassName
{
background-color: #127A68;
}
.BgClassName
{
background-color: #127A68;
}
</style>
border-color css
<style>
span { border-color: #127A68; }
span { border-color: rgb(18,122,104); }
td.TdClassName
{
border-color: #127A68;
}
.TagClassName
{
border-color: #127A68;
}
</style>