Shades of Pelorous #21A4AD
Tints of Pelorous #21A4AD
RGB
CMYK
RGB Variations
Color information
#21A4AD (or 0x21A4AD) is known color: Pelorous. HEX triplet: 21, A4 and AD. RGB value is (33,164,173). Sum of RGB (Red+Green+Blue) = 33+164+173=370 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.92% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #21A4AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A4AD is #DE5B52. Grayscale: #7D7D7D. Windows color (decimal): -14572371 or 11379745. OLE color: 11379745.
HSL color Cylindrical-coordinate representation of color #21A4AD: hue angle of 183.86º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21A4AD is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 164 | 173 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.32 |
| HSL | 183.86º | 0.68% | 0.4% | - |
| HSV(B) | 183.86º | 0.81% | 0.68% | - |
| XYZ | 21.45 | 29.89 | 44.17 | - |
| YUV | 125.86 | 154.6 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 164 | 173 | 0.81 | 0.05 | 0 | 0.32 | 183.86 | 0.68 | 0.4 |
| Hex | 21 | A4 | AD | 51 | 5 | 0 | 20 | B8 | 44 | 28 |
| Octal | 41 | 244 | 255 | 121 | 5 | 0 | 40 | 270 | 104 | 50 |
| Binary | 100001 | 10100100 | 10101101 | 1010001 | 101 | 0 | 100000 | 10111000 | 1000100 | 101000 |
Color Harmonies of #21A4AD
Complementary color
Monochromatic Colors of #21A4AD
Black with #21A4AD
Text Example
Text Example
White with #21A4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A4AD; }
p { color: rgb(33,164,173); }
H1.HeaderClassName
{
color: #21A4AD;
}
.AnyTagClassName
{
color: #21A4AD;
}
</style>
background-color css
<style>
a { background-color: #21A4AD; }
a { background-color: rgb(33,164,173); }
div.DivClassName
{
background-color: #21A4AD;
}
.BgClassName
{
background-color: #21A4AD;
}
</style>
border-color css
<style>
span { border-color: #21A4AD; }
span { border-color: rgb(33,164,173); }
td.TdClassName
{
border-color: #21A4AD;
}
.TagClassName
{
border-color: #21A4AD;
}
</style>