Shades of Deep Sea #21775F
Tints of Deep Sea #21775F
RGB
CMYK
RGB Variations
Color information
#21775F (or 0x21775F) is known color: Deep Sea. HEX triplet: 21, 77 and 5F. RGB value is (33,119,95). Sum of RGB (Red+Green+Blue) = 33+119+95=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #21775F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21775F is #DE88A0. Grayscale: #5A5A5A. Windows color (decimal): -14583969 or 6256417. OLE color: 6256417.
HSL color Cylindrical-coordinate representation of color #21775F: hue angle of 163.26º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21775F is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 119 | 95 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.53 |
| HSL | 163.26º | 0.57% | 0.3% | - |
| HSV(B) | 163.26º | 0.72% | 0.47% | - |
| XYZ | 9.29 | 14.34 | 13.11 | - |
| YUV | 90.55 | 130.51 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 119 | 95 | 0.72 | 0 | 0.20 | 0.53 | 163.26 | 0.57 | 0.3 |
| Hex | 21 | 77 | 5F | 48 | 0 | 14 | 35 | A3 | 39 | 1E |
| Octal | 41 | 167 | 137 | 110 | 0 | 24 | 65 | 243 | 71 | 36 |
| Binary | 100001 | 1110111 | 1011111 | 1001000 | 0 | 10100 | 110101 | 10100011 | 111001 | 11110 |
Color Harmonies of #21775F
Complementary color
Monochromatic Colors of #21775F
Black with #21775F
Text Example
Text Example
White with #21775F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21775F; }
p { color: rgb(33,119,95); }
H1.HeaderClassName
{
color: #21775F;
}
.AnyTagClassName
{
color: #21775F;
}
</style>
background-color css
<style>
a { background-color: #21775F; }
a { background-color: rgb(33,119,95); }
div.DivClassName
{
background-color: #21775F;
}
.BgClassName
{
background-color: #21775F;
}
</style>
border-color css
<style>
span { border-color: #21775F; }
span { border-color: rgb(33,119,95); }
td.TdClassName
{
border-color: #21775F;
}
.TagClassName
{
border-color: #21775F;
}
</style>