Shades of Evening Sea #125C4D
Tints of Evening Sea #125C4D
RGB
CMYK
RGB Variations
Color information
#125C4D (or 0x125C4D) is known color: Evening Sea. HEX triplet: 12, 5C and 4D. RGB value is (18,92,77). Sum of RGB (Red+Green+Blue) = 18+92+77=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 92 (36.33% from 255 or 49.20% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 92 - color contains mainly: green. Hex color #125C4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125C4D is #EDA3B2. Grayscale: #444444. Windows color (decimal): -15573939 or 5069842. OLE color: 5069842.
HSL color Cylindrical-coordinate representation of color #125C4D: hue angle of 167.84º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125C4D is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 92 | 77 | - |
| CMYK | 0.80 | 0 | 0.16 | 0.64 |
| HSL | 167.84º | 0.67% | 0.22% | - |
| HSV(B) | 167.84º | 0.8% | 0.36% | - |
| XYZ | 5.42 | 8.32 | 8.34 | - |
| YUV | 68.16 | 132.98 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 77 | 0.80 | 0 | 0.16 | 0.64 | 167.84 | 0.67 | 0.22 |
| Hex | 12 | 5C | 4D | 50 | 0 | 10 | 40 | A8 | 43 | 16 |
| Octal | 22 | 134 | 115 | 120 | 0 | 20 | 100 | 250 | 103 | 26 |
| Binary | 10010 | 1011100 | 1001101 | 1010000 | 0 | 10000 | 1000000 | 10101000 | 1000011 | 10110 |
Color Harmonies of #125C4D
Complementary color
Monochromatic Colors of #125C4D
Black with #125C4D
Text Example
Text Example
White with #125C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125C4D; }
p { color: rgb(18,92,77); }
H1.HeaderClassName
{
color: #125C4D;
}
.AnyTagClassName
{
color: #125C4D;
}
</style>
background-color css
<style>
a { background-color: #125C4D; }
a { background-color: rgb(18,92,77); }
div.DivClassName
{
background-color: #125C4D;
}
.BgClassName
{
background-color: #125C4D;
}
</style>
border-color css
<style>
span { border-color: #125C4D; }
span { border-color: rgb(18,92,77); }
td.TdClassName
{
border-color: #125C4D;
}
.TagClassName
{
border-color: #125C4D;
}
</style>