Shades of Pelorous #28AAC0
Tints of Pelorous #28AAC0
RGB
CMYK
RGB Variations
Color information
#28AAC0 (or 0x28AAC0) is known color: Pelorous. HEX triplet: 28, AA and C0. RGB value is (40,170,192). Sum of RGB (Red+Green+Blue) = 40+170+192=402 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.95% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #28AAC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AAC0 is #D7553F. Grayscale: #858585. Windows color (decimal): -14112064 or 12626472. OLE color: 12626472.
HSL color Cylindrical-coordinate representation of color #28AAC0: hue angle of 188.68º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28AAC0 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 170 | 192 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.25 |
| HSL | 188.68º | 0.66% | 0.45% | - |
| HSV(B) | 188.68º | 0.79% | 0.75% | - |
| XYZ | 24.76 | 33.01 | 54.93 | - |
| YUV | 133.64 | 160.93 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 192 | 0.79 | 0.11 | 0 | 0.25 | 188.68 | 0.66 | 0.45 |
| Hex | 28 | AA | C0 | 4F | B | 0 | 19 | BD | 42 | 2D |
| Octal | 50 | 252 | 300 | 117 | 13 | 0 | 31 | 275 | 102 | 55 |
| Binary | 101000 | 10101010 | 11000000 | 1001111 | 1011 | 0 | 11001 | 10111101 | 1000010 | 101101 |
Color Harmonies of #28AAC0
Complementary color
Monochromatic Colors of #28AAC0
Black with #28AAC0
Text Example
Text Example
White with #28AAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AAC0; }
p { color: rgb(40,170,192); }
H1.HeaderClassName
{
color: #28AAC0;
}
.AnyTagClassName
{
color: #28AAC0;
}
</style>
background-color css
<style>
a { background-color: #28AAC0; }
a { background-color: rgb(40,170,192); }
div.DivClassName
{
background-color: #28AAC0;
}
.BgClassName
{
background-color: #28AAC0;
}
</style>
border-color css
<style>
span { border-color: #28AAC0; }
span { border-color: rgb(40,170,192); }
td.TdClassName
{
border-color: #28AAC0;
}
.TagClassName
{
border-color: #28AAC0;
}
</style>