Shades of Pelorous #28A1B6
Tints of Pelorous #28A1B6
RGB
CMYK
RGB Variations
Color information
#28A1B6 (or 0x28A1B6) is known color: Pelorous. HEX triplet: 28, A1 and B6. RGB value is (40,161,182). Sum of RGB (Red+Green+Blue) = 40+161+182=383 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.44% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 182 (71.48% from 255 or 47.52% from 383); Max value from RGB is 182 - color contains mainly: blue. Hex color #28A1B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A1B6 is #D75E49. Grayscale: #7F7F7F. Windows color (decimal): -14114378 or 11968808. OLE color: 11968808.
HSL color Cylindrical-coordinate representation of color #28A1B6: hue angle of 188.87º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28A1B6 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 161 | 182 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.29 |
| HSL | 188.87º | 0.64% | 0.44% | - |
| HSV(B) | 188.87º | 0.78% | 0.71% | - |
| XYZ | 22.06 | 29.32 | 48.75 | - |
| YUV | 127.22 | 158.91 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 161 | 182 | 0.78 | 0.12 | 0 | 0.29 | 188.87 | 0.64 | 0.44 |
| Hex | 28 | A1 | B6 | 4E | C | 0 | 1D | BD | 40 | 2C |
| Octal | 50 | 241 | 266 | 116 | 14 | 0 | 35 | 275 | 100 | 54 |
| Binary | 101000 | 10100001 | 10110110 | 1001110 | 1100 | 0 | 11101 | 10111101 | 1000000 | 101100 |
Color Harmonies of #28A1B6
Complementary color
Monochromatic Colors of #28A1B6
Black with #28A1B6
Text Example
Text Example
White with #28A1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A1B6; }
p { color: rgb(40,161,182); }
H1.HeaderClassName
{
color: #28A1B6;
}
.AnyTagClassName
{
color: #28A1B6;
}
</style>
background-color css
<style>
a { background-color: #28A1B6; }
a { background-color: rgb(40,161,182); }
div.DivClassName
{
background-color: #28A1B6;
}
.BgClassName
{
background-color: #28A1B6;
}
</style>
border-color css
<style>
span { border-color: #28A1B6; }
span { border-color: rgb(40,161,182); }
td.TdClassName
{
border-color: #28A1B6;
}
.TagClassName
{
border-color: #28A1B6;
}
</style>