Shades of Deep Sea #128262
Tints of Deep Sea #128262
RGB
CMYK
RGB Variations
Color information
#128262 (or 0x128262) is known color: Deep Sea. HEX triplet: 12, 82 and 62. RGB value is (18,130,98). Sum of RGB (Red+Green+Blue) = 18+130+98=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #128262 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128262 is #ED7D9D. Grayscale: #5C5C5C. Windows color (decimal): -15564190 or 6455826. OLE color: 6455826.
HSL color Cylindrical-coordinate representation of color #128262: hue angle of 162.86º 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 #128262 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 130 | 98 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.49 |
| HSL | 162.86º | 0.76% | 0.29% | - |
| HSV(B) | 162.86º | 0.86% | 0.51% | - |
| XYZ | 10.44 | 16.98 | 14.28 | - |
| YUV | 92.86 | 130.89 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 98 | 0.86 | 0 | 0.25 | 0.49 | 162.86 | 0.76 | 0.29 |
| Hex | 12 | 82 | 62 | 56 | 0 | 19 | 31 | A3 | 4C | 1D |
| Octal | 22 | 202 | 142 | 126 | 0 | 31 | 61 | 243 | 114 | 35 |
| Binary | 10010 | 10000010 | 1100010 | 1010110 | 0 | 11001 | 110001 | 10100011 | 1001100 | 11101 |
Color Harmonies of #128262
Complementary color
Monochromatic Colors of #128262
Black with #128262
Text Example
Text Example
White with #128262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128262; }
p { color: rgb(18,130,98); }
H1.HeaderClassName
{
color: #128262;
}
.AnyTagClassName
{
color: #128262;
}
</style>
background-color css
<style>
a { background-color: #128262; }
a { background-color: rgb(18,130,98); }
div.DivClassName
{
background-color: #128262;
}
.BgClassName
{
background-color: #128262;
}
</style>
border-color css
<style>
span { border-color: #128262; }
span { border-color: rgb(18,130,98); }
td.TdClassName
{
border-color: #128262;
}
.TagClassName
{
border-color: #128262;
}
</style>