Shades of Deep Sea #128167
Tints of Deep Sea #128167
RGB
CMYK
RGB Variations
Color information
#128167 (or 0x128167) is known color: Deep Sea. HEX triplet: 12, 81 and 67. RGB value is (18,129,103). Sum of RGB (Red+Green+Blue) = 18+129+103=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #128167 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128167 is #ED7E98. Grayscale: #5C5C5C. Windows color (decimal): -15564441 or 6783250. OLE color: 6783250.
HSL color Cylindrical-coordinate representation of color #128167: hue angle of 165.95º 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 #128167 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 129 | 103 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.49 |
| HSL | 165.95º | 0.76% | 0.29% | - |
| HSV(B) | 165.95º | 0.86% | 0.51% | - |
| XYZ | 10.55 | 16.81 | 15.52 | - |
| YUV | 92.85 | 133.73 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 129 | 103 | 0.86 | 0 | 0.20 | 0.49 | 165.95 | 0.76 | 0.29 |
| Hex | 12 | 81 | 67 | 56 | 0 | 14 | 31 | A6 | 4C | 1D |
| Octal | 22 | 201 | 147 | 126 | 0 | 24 | 61 | 246 | 114 | 35 |
| Binary | 10010 | 10000001 | 1100111 | 1010110 | 0 | 10100 | 110001 | 10100110 | 1001100 | 11101 |
Color Harmonies of #128167
Complementary color
Monochromatic Colors of #128167
Black with #128167
Text Example
Text Example
White with #128167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128167; }
p { color: rgb(18,129,103); }
H1.HeaderClassName
{
color: #128167;
}
.AnyTagClassName
{
color: #128167;
}
</style>
background-color css
<style>
a { background-color: #128167; }
a { background-color: rgb(18,129,103); }
div.DivClassName
{
background-color: #128167;
}
.BgClassName
{
background-color: #128167;
}
</style>
border-color css
<style>
span { border-color: #128167; }
span { border-color: rgb(18,129,103); }
td.TdClassName
{
border-color: #128167;
}
.TagClassName
{
border-color: #128167;
}
</style>