Shades of Deep Sea #128172
Tints of Deep Sea #128172
RGB
CMYK
RGB Variations
Color information
#128172 (or 0x128172) is known color: Deep Sea. HEX triplet: 12, 81 and 72. RGB value is (18,129,114). Sum of RGB (Red+Green+Blue) = 18+129+114=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #128172 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128172 is #ED7E8D. Grayscale: #5E5E5E. Windows color (decimal): -15564430 or 7504146. OLE color: 7504146.
HSL color Cylindrical-coordinate representation of color #128172: hue angle of 171.89º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128172 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 129 | 114 | - |
| CMYK | 0.86 | 0 | 0.12 | 0.49 |
| HSL | 171.89º | 0.76% | 0.29% | - |
| HSV(B) | 171.89º | 0.86% | 0.51% | - |
| XYZ | 11.14 | 17.04 | 18.62 | - |
| YUV | 94.1 | 139.23 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 129 | 114 | 0.86 | 0 | 0.12 | 0.49 | 171.89 | 0.76 | 0.29 |
| Hex | 12 | 81 | 72 | 56 | 0 | C | 31 | AC | 4C | 1D |
| Octal | 22 | 201 | 162 | 126 | 0 | 14 | 61 | 254 | 114 | 35 |
| Binary | 10010 | 10000001 | 1110010 | 1010110 | 0 | 1100 | 110001 | 10101100 | 1001100 | 11101 |
Color Harmonies of #128172
Complementary color
Monochromatic Colors of #128172
Black with #128172
Text Example
Text Example
White with #128172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128172; }
p { color: rgb(18,129,114); }
H1.HeaderClassName
{
color: #128172;
}
.AnyTagClassName
{
color: #128172;
}
</style>
background-color css
<style>
a { background-color: #128172; }
a { background-color: rgb(18,129,114); }
div.DivClassName
{
background-color: #128172;
}
.BgClassName
{
background-color: #128172;
}
</style>
border-color css
<style>
span { border-color: #128172; }
span { border-color: rgb(18,129,114); }
td.TdClassName
{
border-color: #128172;
}
.TagClassName
{
border-color: #128172;
}
</style>