Shades of Evening Sea #105A4A
Tints of Evening Sea #105A4A
RGB
CMYK
RGB Variations
Color information
#105A4A (or 0x105A4A) is known color: Evening Sea. HEX triplet: 10, 5A and 4A. RGB value is (16,90,74). Sum of RGB (Red+Green+Blue) = 16+90+74=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 90 (35.55% from 255 or 50% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 90 - color contains mainly: green. Hex color #105A4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105A4A is #EFA5B5. Grayscale: #424242. Windows color (decimal): -15705526 or 4872720. OLE color: 4872720.
HSL color Cylindrical-coordinate representation of color #105A4A: hue angle of 167.03º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105A4A is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 90 | 74 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.65 |
| HSL | 167.03º | 0.7% | 0.21% | - |
| HSV(B) | 167.03º | 0.82% | 0.35% | - |
| XYZ | 5.11 | 7.92 | 7.74 | - |
| YUV | 66.05 | 132.48 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 74 | 0.82 | 0 | 0.18 | 0.65 | 167.03 | 0.7 | 0.21 |
| Hex | 10 | 5A | 4A | 52 | 0 | 12 | 41 | A7 | 46 | 15 |
| Octal | 20 | 132 | 112 | 122 | 0 | 22 | 101 | 247 | 106 | 25 |
| Binary | 10000 | 1011010 | 1001010 | 1010010 | 0 | 10010 | 1000001 | 10100111 | 1000110 | 10101 |
Color Harmonies of #105A4A
Complementary color
Monochromatic Colors of #105A4A
Black with #105A4A
Text Example
Text Example
White with #105A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105A4A; }
p { color: rgb(16,90,74); }
H1.HeaderClassName
{
color: #105A4A;
}
.AnyTagClassName
{
color: #105A4A;
}
</style>
background-color css
<style>
a { background-color: #105A4A; }
a { background-color: rgb(16,90,74); }
div.DivClassName
{
background-color: #105A4A;
}
.BgClassName
{
background-color: #105A4A;
}
</style>
border-color css
<style>
span { border-color: #105A4A; }
span { border-color: rgb(16,90,74); }
td.TdClassName
{
border-color: #105A4A;
}
.TagClassName
{
border-color: #105A4A;
}
</style>