Shades of Deep Sea #1A8172
Tints of Deep Sea #1A8172
RGB
CMYK
RGB Variations
Color information
#1A8172 (or 0x1A8172) is known color: Deep Sea. HEX triplet: 1A, 81 and 72. RGB value is (26,129,114). Sum of RGB (Red+Green+Blue) = 26+129+114=269 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.67% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 129 - color contains mainly: green. Hex color #1A8172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8172 is #E57E8D. Grayscale: #606060. Windows color (decimal): -15040142 or 7504154. OLE color: 7504154.
HSL color Cylindrical-coordinate representation of color #1A8172: hue angle of 171.26º 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 #1A8172 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 129 | 114 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.49 |
| HSL | 171.26º | 0.66% | 0.3% | - |
| HSV(B) | 171.26º | 0.8% | 0.51% | - |
| XYZ | 11.31 | 17.14 | 18.63 | - |
| YUV | 96.49 | 137.88 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 129 | 114 | 0.80 | 0 | 0.12 | 0.49 | 171.26 | 0.66 | 0.3 |
| Hex | 1A | 81 | 72 | 50 | 0 | C | 31 | AB | 42 | 1E |
| Octal | 32 | 201 | 162 | 120 | 0 | 14 | 61 | 253 | 102 | 36 |
| Binary | 11010 | 10000001 | 1110010 | 1010000 | 0 | 1100 | 110001 | 10101011 | 1000010 | 11110 |
Color Harmonies of #1A8172
Complementary color
Monochromatic Colors of #1A8172
Black with #1A8172
Text Example
Text Example
White with #1A8172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8172; }
p { color: rgb(26,129,114); }
H1.HeaderClassName
{
color: #1A8172;
}
.AnyTagClassName
{
color: #1A8172;
}
</style>
background-color css
<style>
a { background-color: #1A8172; }
a { background-color: rgb(26,129,114); }
div.DivClassName
{
background-color: #1A8172;
}
.BgClassName
{
background-color: #1A8172;
}
</style>
border-color css
<style>
span { border-color: #1A8172; }
span { border-color: rgb(26,129,114); }
td.TdClassName
{
border-color: #1A8172;
}
.TagClassName
{
border-color: #1A8172;
}
</style>