Shades of Deep Sea #127E69
Tints of Deep Sea #127E69
RGB
CMYK
RGB Variations
Color information
#127E69 (or 0x127E69) is known color: Deep Sea. HEX triplet: 12, 7E and 69. RGB value is (18,126,105). Sum of RGB (Red+Green+Blue) = 18+126+105=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 126 (49.61% from 255 or 50.60% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 126 - color contains mainly: green. Hex color #127E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127E69 is #ED8196. Grayscale: #5B5B5B. Windows color (decimal): -15565207 or 6913554. OLE color: 6913554.
HSL color Cylindrical-coordinate representation of color #127E69: hue angle of 168.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 #127E69 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 126 | 105 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.51 |
| HSL | 168.33º | 0.75% | 0.28% | - |
| HSV(B) | 168.33º | 0.86% | 0.49% | - |
| XYZ | 10.26 | 16.07 | 15.93 | - |
| YUV | 91.31 | 135.72 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 105 | 0.86 | 0 | 0.17 | 0.51 | 168.33 | 0.75 | 0.28 |
| Hex | 12 | 7E | 69 | 56 | 0 | 11 | 33 | A8 | 4B | 1C |
| Octal | 22 | 176 | 151 | 126 | 0 | 21 | 63 | 250 | 113 | 34 |
| Binary | 10010 | 1111110 | 1101001 | 1010110 | 0 | 10001 | 110011 | 10101000 | 1001011 | 11100 |
Color Harmonies of #127E69
Complementary color
Monochromatic Colors of #127E69
Black with #127E69
Text Example
Text Example
White with #127E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127E69; }
p { color: rgb(18,126,105); }
H1.HeaderClassName
{
color: #127E69;
}
.AnyTagClassName
{
color: #127E69;
}
</style>
background-color css
<style>
a { background-color: #127E69; }
a { background-color: rgb(18,126,105); }
div.DivClassName
{
background-color: #127E69;
}
.BgClassName
{
background-color: #127E69;
}
</style>
border-color css
<style>
span { border-color: #127E69; }
span { border-color: rgb(18,126,105); }
td.TdClassName
{
border-color: #127E69;
}
.TagClassName
{
border-color: #127E69;
}
</style>