Shades of Pelorous #2A9BAB
Tints of Pelorous #2A9BAB
RGB
CMYK
RGB Variations
Color information
#2A9BAB (or 0x2A9BAB) is known color: Pelorous. HEX triplet: 2A, 9B and AB. RGB value is (42,155,171). Sum of RGB (Red+Green+Blue) = 42+155+171=368 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.41% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A9BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9BAB is #D56454. Grayscale: #7A7A7A. Windows color (decimal): -13984853 or 11246378. OLE color: 11246378.
HSL color Cylindrical-coordinate representation of color #2A9BAB: hue angle of 187.44º 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 #2A9BAB is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 155 | 171 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.33 |
| HSL | 187.44º | 0.61% | 0.42% | - |
| HSV(B) | 187.44º | 0.75% | 0.67% | - |
| XYZ | 20.03 | 26.88 | 42.66 | - |
| YUV | 123.04 | 155.06 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 155 | 171 | 0.75 | 0.09 | 0 | 0.33 | 187.44 | 0.61 | 0.42 |
| Hex | 2A | 9B | AB | 4B | 9 | 0 | 21 | BB | 3D | 2A |
| Octal | 52 | 233 | 253 | 113 | 11 | 0 | 41 | 273 | 75 | 52 |
| Binary | 101010 | 10011011 | 10101011 | 1001011 | 1001 | 0 | 100001 | 10111011 | 111101 | 101010 |
Color Harmonies of #2A9BAB
Complementary color
Monochromatic Colors of #2A9BAB
Black with #2A9BAB
Text Example
Text Example
White with #2A9BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9BAB; }
p { color: rgb(42,155,171); }
H1.HeaderClassName
{
color: #2A9BAB;
}
.AnyTagClassName
{
color: #2A9BAB;
}
</style>
background-color css
<style>
a { background-color: #2A9BAB; }
a { background-color: rgb(42,155,171); }
div.DivClassName
{
background-color: #2A9BAB;
}
.BgClassName
{
background-color: #2A9BAB;
}
</style>
border-color css
<style>
span { border-color: #2A9BAB; }
span { border-color: rgb(42,155,171); }
td.TdClassName
{
border-color: #2A9BAB;
}
.TagClassName
{
border-color: #2A9BAB;
}
</style>