Shades of Deep Sea #127C5C
Tints of Deep Sea #127C5C
RGB
CMYK
RGB Variations
Color information
#127C5C (or 0x127C5C) is known color: Deep Sea. HEX triplet: 12, 7C and 5C. RGB value is (18,124,92). Sum of RGB (Red+Green+Blue) = 18+124+92=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 124 (48.83% from 255 or 52.99% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 124 - color contains mainly: green. Hex color #127C5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127C5C is #ED83A3. Grayscale: #585858. Windows color (decimal): -15565732 or 6061074. OLE color: 6061074.
HSL color Cylindrical-coordinate representation of color #127C5C: hue angle of 161.89º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127C5C is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 124 | 92 | - |
| CMYK | 0.85 | 0 | 0.26 | 0.51 |
| HSL | 161.89º | 0.75% | 0.28% | - |
| HSV(B) | 161.89º | 0.85% | 0.49% | - |
| XYZ | 9.39 | 15.32 | 12.59 | - |
| YUV | 88.66 | 129.88 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 92 | 0.85 | 0 | 0.26 | 0.51 | 161.89 | 0.75 | 0.28 |
| Hex | 12 | 7C | 5C | 55 | 0 | 1A | 33 | A2 | 4B | 1C |
| Octal | 22 | 174 | 134 | 125 | 0 | 32 | 63 | 242 | 113 | 34 |
| Binary | 10010 | 1111100 | 1011100 | 1010101 | 0 | 11010 | 110011 | 10100010 | 1001011 | 11100 |
Color Harmonies of #127C5C
Complementary color
Monochromatic Colors of #127C5C
Black with #127C5C
Text Example
Text Example
White with #127C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C5C; }
p { color: rgb(18,124,92); }
H1.HeaderClassName
{
color: #127C5C;
}
.AnyTagClassName
{
color: #127C5C;
}
</style>
background-color css
<style>
a { background-color: #127C5C; }
a { background-color: rgb(18,124,92); }
div.DivClassName
{
background-color: #127C5C;
}
.BgClassName
{
background-color: #127C5C;
}
</style>
border-color css
<style>
span { border-color: #127C5C; }
span { border-color: rgb(18,124,92); }
td.TdClassName
{
border-color: #127C5C;
}
.TagClassName
{
border-color: #127C5C;
}
</style>