Shades of Deep Sea #1E8166
Tints of Deep Sea #1E8166
RGB
CMYK
RGB Variations
Color information
#1E8166 (or 0x1E8166) is known color: Deep Sea. HEX triplet: 1E, 81 and 66. RGB value is (30,129,102). Sum of RGB (Red+Green+Blue) = 30+129+102=261 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.49% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #1E8166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8166 is #E17E99. Grayscale: #606060. Windows color (decimal): -14778010 or 6717726. OLE color: 6717726.
HSL color Cylindrical-coordinate representation of color #1E8166: hue angle of 163.64º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8166 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 129 | 102 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.49 |
| HSL | 163.64º | 0.62% | 0.31% | - |
| HSV(B) | 163.64º | 0.77% | 0.51% | - |
| XYZ | 10.78 | 16.94 | 15.27 | - |
| YUV | 96.32 | 131.2 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 129 | 102 | 0.77 | 0 | 0.21 | 0.49 | 163.64 | 0.62 | 0.31 |
| Hex | 1E | 81 | 66 | 4D | 0 | 15 | 31 | A4 | 3E | 1F |
| Octal | 36 | 201 | 146 | 115 | 0 | 25 | 61 | 244 | 76 | 37 |
| Binary | 11110 | 10000001 | 1100110 | 1001101 | 0 | 10101 | 110001 | 10100100 | 111110 | 11111 |
Color Harmonies of #1E8166
Complementary color
Monochromatic Colors of #1E8166
Black with #1E8166
Text Example
Text Example
White with #1E8166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8166; }
p { color: rgb(30,129,102); }
H1.HeaderClassName
{
color: #1E8166;
}
.AnyTagClassName
{
color: #1E8166;
}
</style>
background-color css
<style>
a { background-color: #1E8166; }
a { background-color: rgb(30,129,102); }
div.DivClassName
{
background-color: #1E8166;
}
.BgClassName
{
background-color: #1E8166;
}
</style>
border-color css
<style>
span { border-color: #1E8166; }
span { border-color: rgb(30,129,102); }
td.TdClassName
{
border-color: #1E8166;
}
.TagClassName
{
border-color: #1E8166;
}
</style>