Shades of Evening Sea #125B4A
Tints of Evening Sea #125B4A
RGB
CMYK
RGB Variations
Color information
#125B4A (or 0x125B4A) is known color: Evening Sea. HEX triplet: 12, 5B and 4A. RGB value is (18,91,74). Sum of RGB (Red+Green+Blue) = 18+91+74=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 91 (35.94% from 255 or 49.73% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 91 - color contains mainly: green. Hex color #125B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B4A is #EDA4B5. Grayscale: #434343. Windows color (decimal): -15574198 or 4872978. OLE color: 4872978.
HSL color Cylindrical-coordinate representation of color #125B4A: hue angle of 166.03º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125B4A is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 91 | 74 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.64 |
| HSL | 166.03º | 0.67% | 0.21% | - |
| HSV(B) | 166.03º | 0.8% | 0.36% | - |
| XYZ | 5.23 | 8.11 | 7.77 | - |
| YUV | 67.24 | 131.82 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 74 | 0.80 | 0 | 0.19 | 0.64 | 166.03 | 0.67 | 0.21 |
| Hex | 12 | 5B | 4A | 50 | 0 | 13 | 40 | A6 | 43 | 15 |
| Octal | 22 | 133 | 112 | 120 | 0 | 23 | 100 | 246 | 103 | 25 |
| Binary | 10010 | 1011011 | 1001010 | 1010000 | 0 | 10011 | 1000000 | 10100110 | 1000011 | 10101 |
Color Harmonies of #125B4A
Complementary color
Monochromatic Colors of #125B4A
Black with #125B4A
Text Example
Text Example
White with #125B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125B4A; }
p { color: rgb(18,91,74); }
H1.HeaderClassName
{
color: #125B4A;
}
.AnyTagClassName
{
color: #125B4A;
}
</style>
background-color css
<style>
a { background-color: #125B4A; }
a { background-color: rgb(18,91,74); }
div.DivClassName
{
background-color: #125B4A;
}
.BgClassName
{
background-color: #125B4A;
}
</style>
border-color css
<style>
span { border-color: #125B4A; }
span { border-color: rgb(18,91,74); }
td.TdClassName
{
border-color: #125B4A;
}
.TagClassName
{
border-color: #125B4A;
}
</style>