Shades of Pelorous #28A2BA
Tints of Pelorous #28A2BA
RGB
CMYK
RGB Variations
Color information
#28A2BA (or 0x28A2BA) is known color: Pelorous. HEX triplet: 28, A2 and BA. RGB value is (40,162,186). Sum of RGB (Red+Green+Blue) = 40+162+186=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #28A2BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A2BA is #D75D45. Grayscale: #808080. Windows color (decimal): -14114118 or 12231208. OLE color: 12231208.
HSL color Cylindrical-coordinate representation of color #28A2BA: hue angle of 189.86º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28A2BA is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 162 | 186 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.27 |
| HSL | 189.86º | 0.65% | 0.44% | - |
| HSV(B) | 189.86º | 0.78% | 0.73% | - |
| XYZ | 22.66 | 29.84 | 51.02 | - |
| YUV | 128.26 | 160.58 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 162 | 186 | 0.78 | 0.13 | 0 | 0.27 | 189.86 | 0.65 | 0.44 |
| Hex | 28 | A2 | BA | 4E | D | 0 | 1B | BE | 41 | 2C |
| Octal | 50 | 242 | 272 | 116 | 15 | 0 | 33 | 276 | 101 | 54 |
| Binary | 101000 | 10100010 | 10111010 | 1001110 | 1101 | 0 | 11011 | 10111110 | 1000001 | 101100 |
Color Harmonies of #28A2BA
Complementary color
Monochromatic Colors of #28A2BA
Black with #28A2BA
Text Example
Text Example
White with #28A2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A2BA; }
p { color: rgb(40,162,186); }
H1.HeaderClassName
{
color: #28A2BA;
}
.AnyTagClassName
{
color: #28A2BA;
}
</style>
background-color css
<style>
a { background-color: #28A2BA; }
a { background-color: rgb(40,162,186); }
div.DivClassName
{
background-color: #28A2BA;
}
.BgClassName
{
background-color: #28A2BA;
}
</style>
border-color css
<style>
span { border-color: #28A2BA; }
span { border-color: rgb(40,162,186); }
td.TdClassName
{
border-color: #28A2BA;
}
.TagClassName
{
border-color: #28A2BA;
}
</style>