Shades of Pelorous #28A6AF
Tints of Pelorous #28A6AF
RGB
CMYK
RGB Variations
Color information
#28A6AF (or 0x28A6AF) is known color: Pelorous. HEX triplet: 28, A6 and AF. RGB value is (40,166,175). Sum of RGB (Red+Green+Blue) = 40+166+175=381 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.50% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #28A6AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A6AF is #D75950. Grayscale: #818181. Windows color (decimal): -14113105 or 11511336. OLE color: 11511336.
HSL color Cylindrical-coordinate representation of color #28A6AF: hue angle of 184º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28A6AF is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 166 | 175 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.31 |
| HSL | 184º | 0.63% | 0.42% | - |
| HSV(B) | 184º | 0.77% | 0.69% | - |
| XYZ | 22.25 | 30.82 | 45.33 | - |
| YUV | 129.35 | 153.76 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 166 | 175 | 0.77 | 0.05 | 0 | 0.31 | 184 | 0.63 | 0.42 |
| Hex | 28 | A6 | AF | 4D | 5 | 0 | 1F | B8 | 3F | 2A |
| Octal | 50 | 246 | 257 | 115 | 5 | 0 | 37 | 270 | 77 | 52 |
| Binary | 101000 | 10100110 | 10101111 | 1001101 | 101 | 0 | 11111 | 10111000 | 111111 | 101010 |
Color Harmonies of #28A6AF
Complementary color
Monochromatic Colors of #28A6AF
Black with #28A6AF
Text Example
Text Example
White with #28A6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A6AF; }
p { color: rgb(40,166,175); }
H1.HeaderClassName
{
color: #28A6AF;
}
.AnyTagClassName
{
color: #28A6AF;
}
</style>
background-color css
<style>
a { background-color: #28A6AF; }
a { background-color: rgb(40,166,175); }
div.DivClassName
{
background-color: #28A6AF;
}
.BgClassName
{
background-color: #28A6AF;
}
</style>
border-color css
<style>
span { border-color: #28A6AF; }
span { border-color: rgb(40,166,175); }
td.TdClassName
{
border-color: #28A6AF;
}
.TagClassName
{
border-color: #28A6AF;
}
</style>