Shades of Deep Sea #218065
Tints of Deep Sea #218065
RGB
CMYK
RGB Variations
Color information
#218065 (or 0x218065) is known color: Deep Sea. HEX triplet: 21, 80 and 65. RGB value is (33,128,101). Sum of RGB (Red+Green+Blue) = 33+128+101=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 128 - color contains mainly: green. Hex color #218065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218065 is #DE7F9A. Grayscale: #606060. Windows color (decimal): -14581659 or 6651937. OLE color: 6651937.
HSL color Cylindrical-coordinate representation of color #218065: hue angle of 162.95º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #218065 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 128 | 101 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.50 |
| HSL | 162.95º | 0.59% | 0.32% | - |
| HSV(B) | 162.95º | 0.74% | 0.5% | - |
| XYZ | 10.7 | 16.7 | 14.97 | - |
| YUV | 96.52 | 130.53 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 128 | 101 | 0.74 | 0 | 0.21 | 0.50 | 162.95 | 0.59 | 0.32 |
| Hex | 21 | 80 | 65 | 4A | 0 | 15 | 32 | A3 | 3B | 20 |
| Octal | 41 | 200 | 145 | 112 | 0 | 25 | 62 | 243 | 73 | 40 |
| Binary | 100001 | 10000000 | 1100101 | 1001010 | 0 | 10101 | 110010 | 10100011 | 111011 | 100000 |
Color Harmonies of #218065
Complementary color
Monochromatic Colors of #218065
Black with #218065
Text Example
Text Example
White with #218065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218065; }
p { color: rgb(33,128,101); }
H1.HeaderClassName
{
color: #218065;
}
.AnyTagClassName
{
color: #218065;
}
</style>
background-color css
<style>
a { background-color: #218065; }
a { background-color: rgb(33,128,101); }
div.DivClassName
{
background-color: #218065;
}
.BgClassName
{
background-color: #218065;
}
</style>
border-color css
<style>
span { border-color: #218065; }
span { border-color: rgb(33,128,101); }
td.TdClassName
{
border-color: #218065;
}
.TagClassName
{
border-color: #218065;
}
</style>