Shades of Pelorous #28ABC0
Tints of Pelorous #28ABC0
RGB
CMYK
RGB Variations
Color information
#28ABC0 (or 0x28ABC0) is known color: Pelorous. HEX triplet: 28, AB and C0. RGB value is (40,171,192). Sum of RGB (Red+Green+Blue) = 40+171+192=403 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.93% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 192 - color contains mainly: blue. Hex color #28ABC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ABC0 is #D7543F. Grayscale: #868686. Windows color (decimal): -14111808 or 12626728. OLE color: 12626728.
HSL color Cylindrical-coordinate representation of color #28ABC0: hue angle of 188.29º 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 #28ABC0 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 171 | 192 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.25 |
| HSL | 188.29º | 0.66% | 0.45% | - |
| HSV(B) | 188.29º | 0.79% | 0.75% | - |
| XYZ | 24.95 | 33.38 | 55 | - |
| YUV | 134.23 | 160.6 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 171 | 192 | 0.79 | 0.11 | 0 | 0.25 | 188.29 | 0.66 | 0.45 |
| Hex | 28 | AB | C0 | 4F | B | 0 | 19 | BC | 42 | 2D |
| Octal | 50 | 253 | 300 | 117 | 13 | 0 | 31 | 274 | 102 | 55 |
| Binary | 101000 | 10101011 | 11000000 | 1001111 | 1011 | 0 | 11001 | 10111100 | 1000010 | 101101 |
Color Harmonies of #28ABC0
Complementary color
Monochromatic Colors of #28ABC0
Black with #28ABC0
Text Example
Text Example
White with #28ABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ABC0; }
p { color: rgb(40,171,192); }
H1.HeaderClassName
{
color: #28ABC0;
}
.AnyTagClassName
{
color: #28ABC0;
}
</style>
background-color css
<style>
a { background-color: #28ABC0; }
a { background-color: rgb(40,171,192); }
div.DivClassName
{
background-color: #28ABC0;
}
.BgClassName
{
background-color: #28ABC0;
}
</style>
border-color css
<style>
span { border-color: #28ABC0; }
span { border-color: rgb(40,171,192); }
td.TdClassName
{
border-color: #28ABC0;
}
.TagClassName
{
border-color: #28ABC0;
}
</style>