Shades of Deep Sea #1A816F
Tints of Deep Sea #1A816F
RGB
CMYK
RGB Variations
Color information
#1A816F (or 0x1A816F) is known color: Deep Sea. HEX triplet: 1A, 81 and 6F. RGB value is (26,129,111). Sum of RGB (Red+Green+Blue) = 26+129+111=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 129 - color contains mainly: green. Hex color #1A816F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A816F is #E57E90. Grayscale: #606060. Windows color (decimal): -15040145 or 7307546. OLE color: 7307546.
HSL color Cylindrical-coordinate representation of color #1A816F: hue angle of 169.51º 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 #1A816F is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 129 | 111 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.49 |
| HSL | 169.51º | 0.66% | 0.3% | - |
| HSV(B) | 169.51º | 0.8% | 0.51% | - |
| XYZ | 11.15 | 17.07 | 17.75 | - |
| YUV | 96.15 | 136.38 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 129 | 111 | 0.80 | 0 | 0.14 | 0.49 | 169.51 | 0.66 | 0.3 |
| Hex | 1A | 81 | 6F | 50 | 0 | E | 31 | AA | 42 | 1E |
| Octal | 32 | 201 | 157 | 120 | 0 | 16 | 61 | 252 | 102 | 36 |
| Binary | 11010 | 10000001 | 1101111 | 1010000 | 0 | 1110 | 110001 | 10101010 | 1000010 | 11110 |
Color Harmonies of #1A816F
Complementary color
Monochromatic Colors of #1A816F
Black with #1A816F
Text Example
Text Example
White with #1A816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A816F; }
p { color: rgb(26,129,111); }
H1.HeaderClassName
{
color: #1A816F;
}
.AnyTagClassName
{
color: #1A816F;
}
</style>
background-color css
<style>
a { background-color: #1A816F; }
a { background-color: rgb(26,129,111); }
div.DivClassName
{
background-color: #1A816F;
}
.BgClassName
{
background-color: #1A816F;
}
</style>
border-color css
<style>
span { border-color: #1A816F; }
span { border-color: rgb(26,129,111); }
td.TdClassName
{
border-color: #1A816F;
}
.TagClassName
{
border-color: #1A816F;
}
</style>