Shades of Pelorous #2A96AB
Tints of Pelorous #2A96AB
RGB
CMYK
RGB Variations
Color information
#2A96AB (or 0x2A96AB) is known color: Pelorous. HEX triplet: 2A, 96 and AB. RGB value is (42,150,171). Sum of RGB (Red+Green+Blue) = 42+150+171=363 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.57% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A96AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A96AB is #D56954. Grayscale: #777777. Windows color (decimal): -13986133 or 11245098. OLE color: 11245098.
HSL color Cylindrical-coordinate representation of color #2A96AB: hue angle of 189.77º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A96AB is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 150 | 171 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.33 |
| HSL | 189.77º | 0.61% | 0.42% | - |
| HSV(B) | 189.77º | 0.75% | 0.67% | - |
| XYZ | 19.21 | 25.25 | 42.39 | - |
| YUV | 120.1 | 156.72 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 150 | 171 | 0.75 | 0.12 | 0 | 0.33 | 189.77 | 0.61 | 0.42 |
| Hex | 2A | 96 | AB | 4B | C | 0 | 21 | BE | 3D | 2A |
| Octal | 52 | 226 | 253 | 113 | 14 | 0 | 41 | 276 | 75 | 52 |
| Binary | 101010 | 10010110 | 10101011 | 1001011 | 1100 | 0 | 100001 | 10111110 | 111101 | 101010 |
Color Harmonies of #2A96AB
Complementary color
Monochromatic Colors of #2A96AB
Black with #2A96AB
Text Example
Text Example
White with #2A96AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A96AB; }
p { color: rgb(42,150,171); }
H1.HeaderClassName
{
color: #2A96AB;
}
.AnyTagClassName
{
color: #2A96AB;
}
</style>
background-color css
<style>
a { background-color: #2A96AB; }
a { background-color: rgb(42,150,171); }
div.DivClassName
{
background-color: #2A96AB;
}
.BgClassName
{
background-color: #2A96AB;
}
</style>
border-color css
<style>
span { border-color: #2A96AB; }
span { border-color: rgb(42,150,171); }
td.TdClassName
{
border-color: #2A96AB;
}
.TagClassName
{
border-color: #2A96AB;
}
</style>