Shades of Deep Sea #1A805B
Tints of Deep Sea #1A805B
RGB
CMYK
RGB Variations
Color information
#1A805B (or 0x1A805B) is known color: Deep Sea. HEX triplet: 1A, 80 and 5B. RGB value is (26,128,91). Sum of RGB (Red+Green+Blue) = 26+128+91=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #1A805B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A805B is #E57FA4. Grayscale: #5D5D5D. Windows color (decimal): -15040421 or 5996570. OLE color: 5996570.
HSL color Cylindrical-coordinate representation of color #1A805B: hue angle of 158.24º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A805B is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 26 | 128 | 91 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.50 |
| HSL | 158.24º | 0.66% | 0.3% | - |
| HSV(B) | 158.24º | 0.8% | 0.5% | - |
| XYZ | 10.03 | 16.41 | 12.54 | - |
| YUV | 93.28 | 126.71 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 128 | 91 | 0.80 | 0 | 0.29 | 0.50 | 158.24 | 0.66 | 0.3 |
| Hex | 1A | 80 | 5B | 50 | 0 | 1D | 32 | 9E | 42 | 1E |
| Octal | 32 | 200 | 133 | 120 | 0 | 35 | 62 | 236 | 102 | 36 |
| Binary | 11010 | 10000000 | 1011011 | 1010000 | 0 | 11101 | 110010 | 10011110 | 1000010 | 11110 |
Color Harmonies of #1A805B
Complementary color
Monochromatic Colors of #1A805B
Black with #1A805B
Text Example
Text Example
White with #1A805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A805B; }
p { color: rgb(26,128,91); }
H1.HeaderClassName
{
color: #1A805B;
}
.AnyTagClassName
{
color: #1A805B;
}
</style>
background-color css
<style>
a { background-color: #1A805B; }
a { background-color: rgb(26,128,91); }
div.DivClassName
{
background-color: #1A805B;
}
.BgClassName
{
background-color: #1A805B;
}
</style>
border-color css
<style>
span { border-color: #1A805B; }
span { border-color: rgb(26,128,91); }
td.TdClassName
{
border-color: #1A805B;
}
.TagClassName
{
border-color: #1A805B;
}
</style>