Shades of Deep Sea #127D5D
Tints of Deep Sea #127D5D
RGB
CMYK
RGB Variations
Color information
#127D5D (or 0x127D5D) is known color: Deep Sea. HEX triplet: 12, 7D and 5D. RGB value is (18,125,93). Sum of RGB (Red+Green+Blue) = 18+125+93=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 125 (49.22% from 255 or 52.97% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 125 - color contains mainly: green. Hex color #127D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127D5D is #ED82A2. Grayscale: #595959. Windows color (decimal): -15565475 or 6126866. OLE color: 6126866.
HSL color Cylindrical-coordinate representation of color #127D5D: hue angle of 162.06º 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 #127D5D is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 125 | 93 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.51 |
| HSL | 162.06º | 0.75% | 0.28% | - |
| HSV(B) | 162.06º | 0.86% | 0.49% | - |
| XYZ | 9.56 | 15.59 | 12.86 | - |
| YUV | 89.36 | 130.05 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 93 | 0.86 | 0 | 0.26 | 0.51 | 162.06 | 0.75 | 0.28 |
| Hex | 12 | 7D | 5D | 56 | 0 | 1A | 33 | A2 | 4B | 1C |
| Octal | 22 | 175 | 135 | 126 | 0 | 32 | 63 | 242 | 113 | 34 |
| Binary | 10010 | 1111101 | 1011101 | 1010110 | 0 | 11010 | 110011 | 10100010 | 1001011 | 11100 |
Color Harmonies of #127D5D
Complementary color
Monochromatic Colors of #127D5D
Black with #127D5D
Text Example
Text Example
White with #127D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127D5D; }
p { color: rgb(18,125,93); }
H1.HeaderClassName
{
color: #127D5D;
}
.AnyTagClassName
{
color: #127D5D;
}
</style>
background-color css
<style>
a { background-color: #127D5D; }
a { background-color: rgb(18,125,93); }
div.DivClassName
{
background-color: #127D5D;
}
.BgClassName
{
background-color: #127D5D;
}
</style>
border-color css
<style>
span { border-color: #127D5D; }
span { border-color: rgb(18,125,93); }
td.TdClassName
{
border-color: #127D5D;
}
.TagClassName
{
border-color: #127D5D;
}
</style>