Shades of Deep Sea #21755A
Tints of Deep Sea #21755A
RGB
CMYK
RGB Variations
Color information
#21755A (or 0x21755A) is known color: Deep Sea. HEX triplet: 21, 75 and 5A. RGB value is (33,117,90). Sum of RGB (Red+Green+Blue) = 33+117+90=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #21755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21755A is #DE8AA5. Grayscale: #585858. Windows color (decimal): -14584486 or 5928225. OLE color: 5928225.
HSL color Cylindrical-coordinate representation of color #21755A: hue angle of 160.71º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21755A is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 117 | 90 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.54 |
| HSL | 160.71º | 0.56% | 0.29% | - |
| HSV(B) | 160.71º | 0.72% | 0.46% | - |
| XYZ | 8.83 | 13.78 | 11.87 | - |
| YUV | 88.81 | 128.67 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 90 | 0.72 | 0 | 0.23 | 0.54 | 160.71 | 0.56 | 0.29 |
| Hex | 21 | 75 | 5A | 48 | 0 | 17 | 36 | A1 | 38 | 1D |
| Octal | 41 | 165 | 132 | 110 | 0 | 27 | 66 | 241 | 70 | 35 |
| Binary | 100001 | 1110101 | 1011010 | 1001000 | 0 | 10111 | 110110 | 10100001 | 111000 | 11101 |
Color Harmonies of #21755A
Complementary color
Monochromatic Colors of #21755A
Black with #21755A
Text Example
Text Example
White with #21755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21755A; }
p { color: rgb(33,117,90); }
H1.HeaderClassName
{
color: #21755A;
}
.AnyTagClassName
{
color: #21755A;
}
</style>
background-color css
<style>
a { background-color: #21755A; }
a { background-color: rgb(33,117,90); }
div.DivClassName
{
background-color: #21755A;
}
.BgClassName
{
background-color: #21755A;
}
</style>
border-color css
<style>
span { border-color: #21755A; }
span { border-color: rgb(33,117,90); }
td.TdClassName
{
border-color: #21755A;
}
.TagClassName
{
border-color: #21755A;
}
</style>