Shades of Evening Sea #105C4D
Tints of Evening Sea #105C4D
RGB
CMYK
RGB Variations
Color information
#105C4D (or 0x105C4D) is known color: Evening Sea. HEX triplet: 10, 5C and 4D. RGB value is (16,92,77). Sum of RGB (Red+Green+Blue) = 16+92+77=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 92 (36.33% from 255 or 49.73% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 92 - color contains mainly: green. Hex color #105C4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105C4D is #EFA3B2. Grayscale: #434343. Windows color (decimal): -15705011 or 5069840. OLE color: 5069840.
HSL color Cylindrical-coordinate representation of color #105C4D: hue angle of 168.16º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105C4D is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 92 | 77 | - |
| CMYK | 0.83 | 0 | 0.16 | 0.64 |
| HSL | 168.16º | 0.7% | 0.21% | - |
| HSV(B) | 168.16º | 0.83% | 0.36% | - |
| XYZ | 5.38 | 8.3 | 8.34 | - |
| YUV | 67.57 | 133.32 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 77 | 0.83 | 0 | 0.16 | 0.64 | 168.16 | 0.7 | 0.21 |
| Hex | 10 | 5C | 4D | 53 | 0 | 10 | 40 | A8 | 46 | 15 |
| Octal | 20 | 134 | 115 | 123 | 0 | 20 | 100 | 250 | 106 | 25 |
| Binary | 10000 | 1011100 | 1001101 | 1010011 | 0 | 10000 | 1000000 | 10101000 | 1000110 | 10101 |
Color Harmonies of #105C4D
Complementary color
Monochromatic Colors of #105C4D
Black with #105C4D
Text Example
Text Example
White with #105C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105C4D; }
p { color: rgb(16,92,77); }
H1.HeaderClassName
{
color: #105C4D;
}
.AnyTagClassName
{
color: #105C4D;
}
</style>
background-color css
<style>
a { background-color: #105C4D; }
a { background-color: rgb(16,92,77); }
div.DivClassName
{
background-color: #105C4D;
}
.BgClassName
{
background-color: #105C4D;
}
</style>
border-color css
<style>
span { border-color: #105C4D; }
span { border-color: rgb(16,92,77); }
td.TdClassName
{
border-color: #105C4D;
}
.TagClassName
{
border-color: #105C4D;
}
</style>