Shades of Deep Sea #1A8170
Tints of Deep Sea #1A8170
RGB
CMYK
RGB Variations
Color information
#1A8170 (or 0x1A8170) is known color: Deep Sea. HEX triplet: 1A, 81 and 70. RGB value is (26,129,112). Sum of RGB (Red+Green+Blue) = 26+129+112=267 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.74% from 267); Green value is 129 (50.78% from 255 or 48.31% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 129 - color contains mainly: green. Hex color #1A8170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8170 is #E57E8F. Grayscale: #606060. Windows color (decimal): -15040144 or 7373082. OLE color: 7373082.
HSL color Cylindrical-coordinate representation of color #1A8170: hue angle of 170.1º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A8170 is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 129 | 112 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.49 |
| HSL | 170.1º | 0.66% | 0.3% | - |
| HSV(B) | 170.1º | 0.8% | 0.51% | - |
| XYZ | 11.2 | 17.09 | 18.04 | - |
| YUV | 96.27 | 136.88 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 129 | 112 | 0.80 | 0 | 0.13 | 0.49 | 170.1 | 0.66 | 0.3 |
| Hex | 1A | 81 | 70 | 50 | 0 | D | 31 | AA | 42 | 1E |
| Octal | 32 | 201 | 160 | 120 | 0 | 15 | 61 | 252 | 102 | 36 |
| Binary | 11010 | 10000001 | 1110000 | 1010000 | 0 | 1101 | 110001 | 10101010 | 1000010 | 11110 |
Color Harmonies of #1A8170
Complementary color
Monochromatic Colors of #1A8170
Black with #1A8170
Text Example
Text Example
White with #1A8170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8170; }
p { color: rgb(26,129,112); }
H1.HeaderClassName
{
color: #1A8170;
}
.AnyTagClassName
{
color: #1A8170;
}
</style>
background-color css
<style>
a { background-color: #1A8170; }
a { background-color: rgb(26,129,112); }
div.DivClassName
{
background-color: #1A8170;
}
.BgClassName
{
background-color: #1A8170;
}
</style>
border-color css
<style>
span { border-color: #1A8170; }
span { border-color: rgb(26,129,112); }
td.TdClassName
{
border-color: #1A8170;
}
.TagClassName
{
border-color: #1A8170;
}
</style>