Shades of Pelorous #2AAABB
Tints of Pelorous #2AAABB
RGB
CMYK
RGB Variations
Color information
#2AAABB (or 0x2AAABB) is known color: Pelorous. HEX triplet: 2A, AA and BB. RGB value is (42,170,187). Sum of RGB (Red+Green+Blue) = 42+170+187=399 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.53% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #2AAABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAABB is #D55544. Grayscale: #858585. Windows color (decimal): -13980997 or 12298794. OLE color: 12298794.
HSL color Cylindrical-coordinate representation of color #2AAABB: hue angle of 187.03º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AAABB is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 170 | 187 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.27 |
| HSL | 187.03º | 0.63% | 0.45% | - |
| HSV(B) | 187.03º | 0.78% | 0.73% | - |
| XYZ | 24.3 | 32.83 | 52.07 | - |
| YUV | 133.67 | 158.09 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 187 | 0.78 | 0.09 | 0 | 0.27 | 187.03 | 0.63 | 0.45 |
| Hex | 2A | AA | BB | 4E | 9 | 0 | 1B | BB | 3F | 2D |
| Octal | 52 | 252 | 273 | 116 | 11 | 0 | 33 | 273 | 77 | 55 |
| Binary | 101010 | 10101010 | 10111011 | 1001110 | 1001 | 0 | 11011 | 10111011 | 111111 | 101101 |
Color Harmonies of #2AAABB
Complementary color
Monochromatic Colors of #2AAABB
Black with #2AAABB
Text Example
Text Example
White with #2AAABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAABB; }
p { color: rgb(42,170,187); }
H1.HeaderClassName
{
color: #2AAABB;
}
.AnyTagClassName
{
color: #2AAABB;
}
</style>
background-color css
<style>
a { background-color: #2AAABB; }
a { background-color: rgb(42,170,187); }
div.DivClassName
{
background-color: #2AAABB;
}
.BgClassName
{
background-color: #2AAABB;
}
</style>
border-color css
<style>
span { border-color: #2AAABB; }
span { border-color: rgb(42,170,187); }
td.TdClassName
{
border-color: #2AAABB;
}
.TagClassName
{
border-color: #2AAABB;
}
</style>