Shades of Deep Sea #218261
Tints of Deep Sea #218261
RGB
CMYK
RGB Variations
Color information
#218261 (or 0x218261) is known color: Deep Sea. HEX triplet: 21, 82 and 61. RGB value is (33,130,97). Sum of RGB (Red+Green+Blue) = 33+130+97=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #218261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218261 is #DE7D9E. Grayscale: #616161. Windows color (decimal): -14581151 or 6390305. OLE color: 6390305.
HSL color Cylindrical-coordinate representation of color #218261: hue angle of 159.59º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218261 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 97 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.49 |
| HSL | 159.59º | 0.6% | 0.32% | - |
| HSV(B) | 159.59º | 0.75% | 0.51% | - |
| XYZ | 10.77 | 17.15 | 14.05 | - |
| YUV | 97.24 | 127.86 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 97 | 0.75 | 0 | 0.25 | 0.49 | 159.59 | 0.6 | 0.32 |
| Hex | 21 | 82 | 61 | 4B | 0 | 19 | 31 | A0 | 3C | 20 |
| Octal | 41 | 202 | 141 | 113 | 0 | 31 | 61 | 240 | 74 | 40 |
| Binary | 100001 | 10000010 | 1100001 | 1001011 | 0 | 11001 | 110001 | 10100000 | 111100 | 100000 |
Color Harmonies of #218261
Complementary color
Monochromatic Colors of #218261
Black with #218261
Text Example
Text Example
White with #218261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218261; }
p { color: rgb(33,130,97); }
H1.HeaderClassName
{
color: #218261;
}
.AnyTagClassName
{
color: #218261;
}
</style>
background-color css
<style>
a { background-color: #218261; }
a { background-color: rgb(33,130,97); }
div.DivClassName
{
background-color: #218261;
}
.BgClassName
{
background-color: #218261;
}
</style>
border-color css
<style>
span { border-color: #218261; }
span { border-color: rgb(33,130,97); }
td.TdClassName
{
border-color: #218261;
}
.TagClassName
{
border-color: #218261;
}
</style>