Shades of Pelorous #2A9AAA
Tints of Pelorous #2A9AAA
RGB
CMYK
RGB Variations
Color information
#2A9AAA (or 0x2A9AAA) is known color: Pelorous. HEX triplet: 2A, 9A and AA. RGB value is (42,154,170). Sum of RGB (Red+Green+Blue) = 42+154+170=366 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.48% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A9AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9AAA is #D56555. Grayscale: #7A7A7A. Windows color (decimal): -13985110 or 11180586. OLE color: 11180586.
HSL color Cylindrical-coordinate representation of color #2A9AAA: hue angle of 187.5º degrees, saturation: 0.6, 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 #2A9AAA is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 154 | 170 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.33 |
| HSL | 187.5º | 0.6% | 0.42% | - |
| HSV(B) | 187.5º | 0.75% | 0.67% | - |
| XYZ | 19.77 | 26.51 | 42.1 | - |
| YUV | 122.34 | 154.89 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 154 | 170 | 0.75 | 0.09 | 0 | 0.33 | 187.5 | 0.6 | 0.42 |
| Hex | 2A | 9A | AA | 4B | 9 | 0 | 21 | BC | 3C | 2A |
| Octal | 52 | 232 | 252 | 113 | 11 | 0 | 41 | 274 | 74 | 52 |
| Binary | 101010 | 10011010 | 10101010 | 1001011 | 1001 | 0 | 100001 | 10111100 | 111100 | 101010 |
Color Harmonies of #2A9AAA
Complementary color
Monochromatic Colors of #2A9AAA
Black with #2A9AAA
Text Example
Text Example
White with #2A9AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9AAA; }
p { color: rgb(42,154,170); }
H1.HeaderClassName
{
color: #2A9AAA;
}
.AnyTagClassName
{
color: #2A9AAA;
}
</style>
background-color css
<style>
a { background-color: #2A9AAA; }
a { background-color: rgb(42,154,170); }
div.DivClassName
{
background-color: #2A9AAA;
}
.BgClassName
{
background-color: #2A9AAA;
}
</style>
border-color css
<style>
span { border-color: #2A9AAA; }
span { border-color: rgb(42,154,170); }
td.TdClassName
{
border-color: #2A9AAA;
}
.TagClassName
{
border-color: #2A9AAA;
}
</style>