Shades of Deep Sea #1A816E
Tints of Deep Sea #1A816E
RGB
CMYK
RGB Variations
Color information
#1A816E (or 0x1A816E) is known color: Deep Sea. HEX triplet: 1A, 81 and 6E. RGB value is (26,129,110). Sum of RGB (Red+Green+Blue) = 26+129+110=265 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.81% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #1A816E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A816E is #E57E91. Grayscale: #606060. Windows color (decimal): -15040146 or 7242010. OLE color: 7242010.
HSL color Cylindrical-coordinate representation of color #1A816E: hue angle of 168.93º 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 #1A816E is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 129 | 110 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.49 |
| HSL | 168.93º | 0.66% | 0.3% | - |
| HSV(B) | 168.93º | 0.8% | 0.51% | - |
| XYZ | 11.09 | 17.05 | 17.46 | - |
| YUV | 96.04 | 135.88 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 129 | 110 | 0.80 | 0 | 0.15 | 0.49 | 168.93 | 0.66 | 0.3 |
| Hex | 1A | 81 | 6E | 50 | 0 | F | 31 | A9 | 42 | 1E |
| Octal | 32 | 201 | 156 | 120 | 0 | 17 | 61 | 251 | 102 | 36 |
| Binary | 11010 | 10000001 | 1101110 | 1010000 | 0 | 1111 | 110001 | 10101001 | 1000010 | 11110 |
Color Harmonies of #1A816E
Complementary color
Monochromatic Colors of #1A816E
Black with #1A816E
Text Example
Text Example
White with #1A816E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A816E; }
p { color: rgb(26,129,110); }
H1.HeaderClassName
{
color: #1A816E;
}
.AnyTagClassName
{
color: #1A816E;
}
</style>
background-color css
<style>
a { background-color: #1A816E; }
a { background-color: rgb(26,129,110); }
div.DivClassName
{
background-color: #1A816E;
}
.BgClassName
{
background-color: #1A816E;
}
</style>
border-color css
<style>
span { border-color: #1A816E; }
span { border-color: rgb(26,129,110); }
td.TdClassName
{
border-color: #1A816E;
}
.TagClassName
{
border-color: #1A816E;
}
</style>