Shades of Pelorous #28A1AA
Tints of Pelorous #28A1AA
RGB
CMYK
RGB Variations
Color information
#28A1AA (or 0x28A1AA) is known color: Pelorous. HEX triplet: 28, A1 and AA. RGB value is (40,161,170). Sum of RGB (Red+Green+Blue) = 40+161+170=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #28A1AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A1AA is #D75E55. Grayscale: #7D7D7D. Windows color (decimal): -14114390 or 11182376. OLE color: 11182376.
HSL color Cylindrical-coordinate representation of color #28A1AA: hue angle of 184.15º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A1AA is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 161 | 170 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.33 |
| HSL | 184.15º | 0.62% | 0.41% | - |
| HSV(B) | 184.15º | 0.76% | 0.67% | - |
| XYZ | 20.88 | 28.84 | 42.5 | - |
| YUV | 125.85 | 152.91 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 161 | 170 | 0.76 | 0.05 | 0 | 0.33 | 184.15 | 0.62 | 0.41 |
| Hex | 28 | A1 | AA | 4C | 5 | 0 | 21 | B8 | 3E | 29 |
| Octal | 50 | 241 | 252 | 114 | 5 | 0 | 41 | 270 | 76 | 51 |
| Binary | 101000 | 10100001 | 10101010 | 1001100 | 101 | 0 | 100001 | 10111000 | 111110 | 101001 |
Color Harmonies of #28A1AA
Complementary color
Monochromatic Colors of #28A1AA
Black with #28A1AA
Text Example
Text Example
White with #28A1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A1AA; }
p { color: rgb(40,161,170); }
H1.HeaderClassName
{
color: #28A1AA;
}
.AnyTagClassName
{
color: #28A1AA;
}
</style>
background-color css
<style>
a { background-color: #28A1AA; }
a { background-color: rgb(40,161,170); }
div.DivClassName
{
background-color: #28A1AA;
}
.BgClassName
{
background-color: #28A1AA;
}
</style>
border-color css
<style>
span { border-color: #28A1AA; }
span { border-color: rgb(40,161,170); }
td.TdClassName
{
border-color: #28A1AA;
}
.TagClassName
{
border-color: #28A1AA;
}
</style>