Shades of Deep Sea #127461
Tints of Deep Sea #127461
RGB
CMYK
RGB Variations
Color information
#127461 (or 0x127461) is known color: Deep Sea. HEX triplet: 12, 74 and 61. RGB value is (18,116,97). Sum of RGB (Red+Green+Blue) = 18+116+97=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #127461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127461 is #ED8B9E. Grayscale: #545454. Windows color (decimal): -15567775 or 6386706. OLE color: 6386706.
HSL color Cylindrical-coordinate representation of color #127461: hue angle of 168.37º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127461 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 116 | 97 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.55 |
| HSL | 168.37º | 0.73% | 0.26% | - |
| HSV(B) | 168.37º | 0.84% | 0.45% | - |
| XYZ | 8.65 | 13.48 | 13.46 | - |
| YUV | 84.53 | 135.03 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 116 | 97 | 0.84 | 0 | 0.16 | 0.55 | 168.37 | 0.73 | 0.26 |
| Hex | 12 | 74 | 61 | 54 | 0 | 10 | 37 | A8 | 49 | 1A |
| Octal | 22 | 164 | 141 | 124 | 0 | 20 | 67 | 250 | 111 | 32 |
| Binary | 10010 | 1110100 | 1100001 | 1010100 | 0 | 10000 | 110111 | 10101000 | 1001001 | 11010 |
Color Harmonies of #127461
Complementary color
Monochromatic Colors of #127461
Black with #127461
Text Example
Text Example
White with #127461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127461; }
p { color: rgb(18,116,97); }
H1.HeaderClassName
{
color: #127461;
}
.AnyTagClassName
{
color: #127461;
}
</style>
background-color css
<style>
a { background-color: #127461; }
a { background-color: rgb(18,116,97); }
div.DivClassName
{
background-color: #127461;
}
.BgClassName
{
background-color: #127461;
}
</style>
border-color css
<style>
span { border-color: #127461; }
span { border-color: rgb(18,116,97); }
td.TdClassName
{
border-color: #127461;
}
.TagClassName
{
border-color: #127461;
}
</style>