Shades of Evening Sea #12584B
Tints of Evening Sea #12584B
RGB
CMYK
RGB Variations
Color information
#12584B (or 0x12584B) is known color: Evening Sea. HEX triplet: 12, 58 and 4B. RGB value is (18,88,75). Sum of RGB (Red+Green+Blue) = 18+88+75=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 88 - color contains mainly: green. Hex color #12584B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12584B is #EDA7B4. Grayscale: #414141. Windows color (decimal): -15574965 or 4937746. OLE color: 4937746.
HSL color Cylindrical-coordinate representation of color #12584B: hue angle of 168.86º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12584B is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 88 | 75 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.65 |
| HSL | 168.86º | 0.66% | 0.21% | - |
| HSV(B) | 168.86º | 0.8% | 0.35% | - |
| XYZ | 5.01 | 7.62 | 7.86 | - |
| YUV | 65.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 88 | 75 | 0.80 | 0 | 0.15 | 0.65 | 168.86 | 0.66 | 0.21 |
| Hex | 12 | 58 | 4B | 50 | 0 | F | 41 | A9 | 42 | 15 |
| Octal | 22 | 130 | 113 | 120 | 0 | 17 | 101 | 251 | 102 | 25 |
| Binary | 10010 | 1011000 | 1001011 | 1010000 | 0 | 1111 | 1000001 | 10101001 | 1000010 | 10101 |
Color Harmonies of #12584B
Complementary color
Monochromatic Colors of #12584B
Black with #12584B
Text Example
Text Example
White with #12584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12584B; }
p { color: rgb(18,88,75); }
H1.HeaderClassName
{
color: #12584B;
}
.AnyTagClassName
{
color: #12584B;
}
</style>
background-color css
<style>
a { background-color: #12584B; }
a { background-color: rgb(18,88,75); }
div.DivClassName
{
background-color: #12584B;
}
.BgClassName
{
background-color: #12584B;
}
</style>
border-color css
<style>
span { border-color: #12584B; }
span { border-color: rgb(18,88,75); }
td.TdClassName
{
border-color: #12584B;
}
.TagClassName
{
border-color: #12584B;
}
</style>