Shades of Pelorous #2A9DAB
Tints of Pelorous #2A9DAB
RGB
CMYK
RGB Variations
Color information
#2A9DAB (or 0x2A9DAB) is known color: Pelorous. HEX triplet: 2A, 9D and AB. RGB value is (42,157,171). Sum of RGB (Red+Green+Blue) = 42+157+171=370 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.35% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A9DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9DAB is #D56254. Grayscale: #7C7C7C. Windows color (decimal): -13984341 or 11246890. OLE color: 11246890.
HSL color Cylindrical-coordinate representation of color #2A9DAB: hue angle of 186.51º 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 #2A9DAB is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 157 | 171 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.33 |
| HSL | 186.51º | 0.61% | 0.42% | - |
| HSV(B) | 186.51º | 0.75% | 0.67% | - |
| XYZ | 20.36 | 27.55 | 42.77 | - |
| YUV | 124.21 | 154.4 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 157 | 171 | 0.75 | 0.08 | 0 | 0.33 | 186.51 | 0.61 | 0.42 |
| Hex | 2A | 9D | AB | 4B | 8 | 0 | 21 | BB | 3D | 2A |
| Octal | 52 | 235 | 253 | 113 | 10 | 0 | 41 | 273 | 75 | 52 |
| Binary | 101010 | 10011101 | 10101011 | 1001011 | 1000 | 0 | 100001 | 10111011 | 111101 | 101010 |
Color Harmonies of #2A9DAB
Complementary color
Monochromatic Colors of #2A9DAB
Black with #2A9DAB
Text Example
Text Example
White with #2A9DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9DAB; }
p { color: rgb(42,157,171); }
H1.HeaderClassName
{
color: #2A9DAB;
}
.AnyTagClassName
{
color: #2A9DAB;
}
</style>
background-color css
<style>
a { background-color: #2A9DAB; }
a { background-color: rgb(42,157,171); }
div.DivClassName
{
background-color: #2A9DAB;
}
.BgClassName
{
background-color: #2A9DAB;
}
</style>
border-color css
<style>
span { border-color: #2A9DAB; }
span { border-color: rgb(42,157,171); }
td.TdClassName
{
border-color: #2A9DAB;
}
.TagClassName
{
border-color: #2A9DAB;
}
</style>