Shades of Evening Sea #125F4D
Tints of Evening Sea #125F4D
RGB
CMYK
RGB Variations
Color information
#125F4D (or 0x125F4D) is known color: Evening Sea. HEX triplet: 12, 5F and 4D. RGB value is (18,95,77). Sum of RGB (Red+Green+Blue) = 18+95+77=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 95 (37.5% from 255 or 50% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 95 - color contains mainly: green. Hex color #125F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125F4D is #EDA0B2. Grayscale: #454545. Windows color (decimal): -15573171 or 5070610. OLE color: 5070610.
HSL color Cylindrical-coordinate representation of color #125F4D: hue angle of 165.97º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125F4D is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 95 | 77 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.63 |
| HSL | 165.97º | 0.68% | 0.22% | - |
| HSV(B) | 165.97º | 0.81% | 0.37% | - |
| XYZ | 5.68 | 8.85 | 8.43 | - |
| YUV | 69.93 | 131.99 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 95 | 77 | 0.81 | 0 | 0.19 | 0.63 | 165.97 | 0.68 | 0.22 |
| Hex | 12 | 5F | 4D | 51 | 0 | 13 | 3F | A6 | 44 | 16 |
| Octal | 22 | 137 | 115 | 121 | 0 | 23 | 77 | 246 | 104 | 26 |
| Binary | 10010 | 1011111 | 1001101 | 1010001 | 0 | 10011 | 111111 | 10100110 | 1000100 | 10110 |
Color Harmonies of #125F4D
Complementary color
Monochromatic Colors of #125F4D
Black with #125F4D
Text Example
Text Example
White with #125F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125F4D; }
p { color: rgb(18,95,77); }
H1.HeaderClassName
{
color: #125F4D;
}
.AnyTagClassName
{
color: #125F4D;
}
</style>
background-color css
<style>
a { background-color: #125F4D; }
a { background-color: rgb(18,95,77); }
div.DivClassName
{
background-color: #125F4D;
}
.BgClassName
{
background-color: #125F4D;
}
</style>
border-color css
<style>
span { border-color: #125F4D; }
span { border-color: rgb(18,95,77); }
td.TdClassName
{
border-color: #125F4D;
}
.TagClassName
{
border-color: #125F4D;
}
</style>