Shades of Deep Sea #128662
Tints of Deep Sea #128662
RGB
CMYK
RGB Variations
Color information
#128662 (or 0x128662) is known color: Deep Sea. HEX triplet: 12, 86 and 62. RGB value is (18,134,98). Sum of RGB (Red+Green+Blue) = 18+134+98=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #128662 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128662 is #ED799D. Grayscale: #5F5F5F. Windows color (decimal): -15563166 or 6456850. OLE color: 6456850.
HSL color Cylindrical-coordinate representation of color #128662: hue angle of 161.38º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128662 is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 134 | 98 | - |
| CMYK | 0.87 | 0 | 0.27 | 0.47 |
| HSL | 161.38º | 0.76% | 0.3% | - |
| HSV(B) | 161.38º | 0.87% | 0.53% | - |
| XYZ | 10.98 | 18.06 | 14.46 | - |
| YUV | 95.21 | 129.57 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 134 | 98 | 0.87 | 0 | 0.27 | 0.47 | 161.38 | 0.76 | 0.3 |
| Hex | 12 | 86 | 62 | 57 | 0 | 1B | 2F | A1 | 4C | 1E |
| Octal | 22 | 206 | 142 | 127 | 0 | 33 | 57 | 241 | 114 | 36 |
| Binary | 10010 | 10000110 | 1100010 | 1010111 | 0 | 11011 | 101111 | 10100001 | 1001100 | 11110 |
Color Harmonies of #128662
Complementary color
Monochromatic Colors of #128662
Black with #128662
Text Example
Text Example
White with #128662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128662; }
p { color: rgb(18,134,98); }
H1.HeaderClassName
{
color: #128662;
}
.AnyTagClassName
{
color: #128662;
}
</style>
background-color css
<style>
a { background-color: #128662; }
a { background-color: rgb(18,134,98); }
div.DivClassName
{
background-color: #128662;
}
.BgClassName
{
background-color: #128662;
}
</style>
border-color css
<style>
span { border-color: #128662; }
span { border-color: rgb(18,134,98); }
td.TdClassName
{
border-color: #128662;
}
.TagClassName
{
border-color: #128662;
}
</style>