Shades of Deep Sea #127E72
Tints of Deep Sea #127E72
RGB
CMYK
RGB Variations
Color information
#127E72 (or 0x127E72) is known color: Deep Sea. HEX triplet: 12, 7E and 72. RGB value is (18,126,114). Sum of RGB (Red+Green+Blue) = 18+126+114=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 126 (49.61% from 255 or 48.84% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 126 - color contains mainly: green. Hex color #127E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127E72 is #ED818D. Grayscale: #5C5C5C. Windows color (decimal): -15565198 or 7503378. OLE color: 7503378.
HSL color Cylindrical-coordinate representation of color #127E72: hue angle of 173.33º 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 #127E72 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 126 | 114 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.51 |
| HSL | 173.33º | 0.75% | 0.28% | - |
| HSV(B) | 173.33º | 0.86% | 0.49% | - |
| XYZ | 10.75 | 16.27 | 18.49 | - |
| YUV | 92.34 | 140.22 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 114 | 0.86 | 0 | 0.10 | 0.51 | 173.33 | 0.75 | 0.28 |
| Hex | 12 | 7E | 72 | 56 | 0 | A | 33 | AD | 4B | 1C |
| Octal | 22 | 176 | 162 | 126 | 0 | 12 | 63 | 255 | 113 | 34 |
| Binary | 10010 | 1111110 | 1110010 | 1010110 | 0 | 1010 | 110011 | 10101101 | 1001011 | 11100 |
Color Harmonies of #127E72
Complementary color
Monochromatic Colors of #127E72
Black with #127E72
Text Example
Text Example
White with #127E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127E72; }
p { color: rgb(18,126,114); }
H1.HeaderClassName
{
color: #127E72;
}
.AnyTagClassName
{
color: #127E72;
}
</style>
background-color css
<style>
a { background-color: #127E72; }
a { background-color: rgb(18,126,114); }
div.DivClassName
{
background-color: #127E72;
}
.BgClassName
{
background-color: #127E72;
}
</style>
border-color css
<style>
span { border-color: #127E72; }
span { border-color: rgb(18,126,114); }
td.TdClassName
{
border-color: #127E72;
}
.TagClassName
{
border-color: #127E72;
}
</style>