Shades of Pelorous #28A0AA
Tints of Pelorous #28A0AA
RGB
CMYK
RGB Variations
Color information
#28A0AA (or 0x28A0AA) is known color: Pelorous. HEX triplet: 28, A0 and AA. RGB value is (40,160,170). Sum of RGB (Red+Green+Blue) = 40+160+170=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #28A0AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A0AA is #D75F55. Grayscale: #7D7D7D. Windows color (decimal): -14114646 or 11182120. OLE color: 11182120.
HSL color Cylindrical-coordinate representation of color #28A0AA: hue angle of 184.62º 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 #28A0AA is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 160 | 170 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.33 |
| HSL | 184.62º | 0.62% | 0.41% | - |
| HSV(B) | 184.62º | 0.76% | 0.67% | - |
| XYZ | 20.7 | 28.5 | 42.44 | - |
| YUV | 125.26 | 153.24 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 160 | 170 | 0.76 | 0.06 | 0 | 0.33 | 184.62 | 0.62 | 0.41 |
| Hex | 28 | A0 | AA | 4C | 6 | 0 | 21 | B9 | 3E | 29 |
| Octal | 50 | 240 | 252 | 114 | 6 | 0 | 41 | 271 | 76 | 51 |
| Binary | 101000 | 10100000 | 10101010 | 1001100 | 110 | 0 | 100001 | 10111001 | 111110 | 101001 |
Color Harmonies of #28A0AA
Complementary color
Monochromatic Colors of #28A0AA
Black with #28A0AA
Text Example
Text Example
White with #28A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A0AA; }
p { color: rgb(40,160,170); }
H1.HeaderClassName
{
color: #28A0AA;
}
.AnyTagClassName
{
color: #28A0AA;
}
</style>
background-color css
<style>
a { background-color: #28A0AA; }
a { background-color: rgb(40,160,170); }
div.DivClassName
{
background-color: #28A0AA;
}
.BgClassName
{
background-color: #28A0AA;
}
</style>
border-color css
<style>
span { border-color: #28A0AA; }
span { border-color: rgb(40,160,170); }
td.TdClassName
{
border-color: #28A0AA;
}
.TagClassName
{
border-color: #28A0AA;
}
</style>