Shades of Evening Sea #1D6450
Tints of Evening Sea #1D6450
RGB
CMYK
RGB Variations
Color information
#1D6450 (or 0x1D6450) is known color: Evening Sea. HEX triplet: 1D, 64 and 50. RGB value is (29,100,80). Sum of RGB (Red+Green+Blue) = 29+100+80=209 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.88% from 209); Green value is 100 (39.45% from 255 or 47.85% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 100 - color contains mainly: green. Hex color #1D6450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6450 is #E29BAF. Grayscale: #4C4C4C. Windows color (decimal): -14850992 or 5268509. OLE color: 5268509.
HSL color Cylindrical-coordinate representation of color #1D6450: hue angle of 163.1º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D6450 is Cyan = 0.71, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 29 | 100 | 80 | - |
| CMYK | 0.71 | 0 | 0.2 | 0.61 |
| HSL | 163.1º | 0.55% | 0.25% | - |
| HSV(B) | 163.1º | 0.71% | 0.39% | - |
| XYZ | 6.51 | 9.95 | 9.17 | - |
| YUV | 76.49 | 129.98 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 100 | 80 | 0.71 | 0 | 0.2 | 0.61 | 163.1 | 0.55 | 0.25 |
| Hex | 1D | 64 | 50 | 47 | 0 | 14 | 3D | A3 | 37 | 19 |
| Octal | 35 | 144 | 120 | 107 | 0 | 24 | 75 | 243 | 67 | 31 |
| Binary | 11101 | 1100100 | 1010000 | 1000111 | 0 | 10100 | 111101 | 10100011 | 110111 | 11001 |
Color Harmonies of #1D6450
Complementary color
Monochromatic Colors of #1D6450
Black with #1D6450
Text Example
Text Example
White with #1D6450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6450; }
p { color: rgb(29,100,80); }
H1.HeaderClassName
{
color: #1D6450;
}
.AnyTagClassName
{
color: #1D6450;
}
</style>
background-color css
<style>
a { background-color: #1D6450; }
a { background-color: rgb(29,100,80); }
div.DivClassName
{
background-color: #1D6450;
}
.BgClassName
{
background-color: #1D6450;
}
</style>
border-color css
<style>
span { border-color: #1D6450; }
span { border-color: rgb(29,100,80); }
td.TdClassName
{
border-color: #1D6450;
}
.TagClassName
{
border-color: #1D6450;
}
</style>