Shades of Deep Sea #218163
Tints of Deep Sea #218163
RGB
CMYK
RGB Variations
Color information
#218163 (or 0x218163) is known color: Deep Sea. HEX triplet: 21, 81 and 63. RGB value is (33,129,99). Sum of RGB (Red+Green+Blue) = 33+129+99=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #218163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218163 is #DE7E9C. Grayscale: #606060. Windows color (decimal): -14581405 or 6521121. OLE color: 6521121.
HSL color Cylindrical-coordinate representation of color #218163: hue angle of 161.25º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #218163 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 129 | 99 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.49 |
| HSL | 161.25º | 0.59% | 0.32% | - |
| HSV(B) | 161.25º | 0.74% | 0.51% | - |
| XYZ | 10.73 | 16.92 | 14.51 | - |
| YUV | 96.88 | 129.2 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 99 | 0.74 | 0 | 0.23 | 0.49 | 161.25 | 0.59 | 0.32 |
| Hex | 21 | 81 | 63 | 4A | 0 | 17 | 31 | A1 | 3B | 20 |
| Octal | 41 | 201 | 143 | 112 | 0 | 27 | 61 | 241 | 73 | 40 |
| Binary | 100001 | 10000001 | 1100011 | 1001010 | 0 | 10111 | 110001 | 10100001 | 111011 | 100000 |
Color Harmonies of #218163
Complementary color
Monochromatic Colors of #218163
Black with #218163
Text Example
Text Example
White with #218163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218163; }
p { color: rgb(33,129,99); }
H1.HeaderClassName
{
color: #218163;
}
.AnyTagClassName
{
color: #218163;
}
</style>
background-color css
<style>
a { background-color: #218163; }
a { background-color: rgb(33,129,99); }
div.DivClassName
{
background-color: #218163;
}
.BgClassName
{
background-color: #218163;
}
</style>
border-color css
<style>
span { border-color: #218163; }
span { border-color: rgb(33,129,99); }
td.TdClassName
{
border-color: #218163;
}
.TagClassName
{
border-color: #218163;
}
</style>