Shades of Pelorous #28A2AA
Tints of Pelorous #28A2AA
RGB
CMYK
RGB Variations
Color information
#28A2AA (or 0x28A2AA) is known color: Pelorous. HEX triplet: 28, A2 and AA. RGB value is (40,162,170). Sum of RGB (Red+Green+Blue) = 40+162+170=372 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.75% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #28A2AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A2AA is #D75D55. Grayscale: #7E7E7E. Windows color (decimal): -14114134 or 11182632. OLE color: 11182632.
HSL color Cylindrical-coordinate representation of color #28A2AA: hue angle of 183.69º 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 #28A2AA is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 162 | 170 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.33 |
| HSL | 183.69º | 0.62% | 0.41% | - |
| HSV(B) | 183.69º | 0.76% | 0.67% | - |
| XYZ | 21.05 | 29.19 | 42.56 | - |
| YUV | 126.43 | 152.58 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 162 | 170 | 0.76 | 0.05 | 0 | 0.33 | 183.69 | 0.62 | 0.41 |
| Hex | 28 | A2 | AA | 4C | 5 | 0 | 21 | B8 | 3E | 29 |
| Octal | 50 | 242 | 252 | 114 | 5 | 0 | 41 | 270 | 76 | 51 |
| Binary | 101000 | 10100010 | 10101010 | 1001100 | 101 | 0 | 100001 | 10111000 | 111110 | 101001 |
Color Harmonies of #28A2AA
Complementary color
Monochromatic Colors of #28A2AA
Black with #28A2AA
Text Example
Text Example
White with #28A2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A2AA; }
p { color: rgb(40,162,170); }
H1.HeaderClassName
{
color: #28A2AA;
}
.AnyTagClassName
{
color: #28A2AA;
}
</style>
background-color css
<style>
a { background-color: #28A2AA; }
a { background-color: rgb(40,162,170); }
div.DivClassName
{
background-color: #28A2AA;
}
.BgClassName
{
background-color: #28A2AA;
}
</style>
border-color css
<style>
span { border-color: #28A2AA; }
span { border-color: rgb(40,162,170); }
td.TdClassName
{
border-color: #28A2AA;
}
.TagClassName
{
border-color: #28A2AA;
}
</style>