Shades of Pelorous #2AA2BB
Tints of Pelorous #2AA2BB
RGB
CMYK
RGB Variations
Color information
#2AA2BB (or 0x2AA2BB) is known color: Pelorous. HEX triplet: 2A, A2 and BB. RGB value is (42,162,187). Sum of RGB (Red+Green+Blue) = 42+162+187=391 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.74% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #2AA2BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA2BB is #D55D44. Grayscale: #808080. Windows color (decimal): -13983045 or 12296746. OLE color: 12296746.
HSL color Cylindrical-coordinate representation of color #2AA2BB: hue angle of 190.34º 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 #2AA2BB is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 162 | 187 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.27 |
| HSL | 190.34º | 0.63% | 0.45% | - |
| HSV(B) | 190.34º | 0.78% | 0.73% | - |
| XYZ | 22.84 | 29.92 | 51.58 | - |
| YUV | 128.97 | 160.74 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 162 | 187 | 0.78 | 0.13 | 0 | 0.27 | 190.34 | 0.63 | 0.45 |
| Hex | 2A | A2 | BB | 4E | D | 0 | 1B | BE | 3F | 2D |
| Octal | 52 | 242 | 273 | 116 | 15 | 0 | 33 | 276 | 77 | 55 |
| Binary | 101010 | 10100010 | 10111011 | 1001110 | 1101 | 0 | 11011 | 10111110 | 111111 | 101101 |
Color Harmonies of #2AA2BB
Complementary color
Monochromatic Colors of #2AA2BB
Black with #2AA2BB
Text Example
Text Example
White with #2AA2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA2BB; }
p { color: rgb(42,162,187); }
H1.HeaderClassName
{
color: #2AA2BB;
}
.AnyTagClassName
{
color: #2AA2BB;
}
</style>
background-color css
<style>
a { background-color: #2AA2BB; }
a { background-color: rgb(42,162,187); }
div.DivClassName
{
background-color: #2AA2BB;
}
.BgClassName
{
background-color: #2AA2BB;
}
</style>
border-color css
<style>
span { border-color: #2AA2BB; }
span { border-color: rgb(42,162,187); }
td.TdClassName
{
border-color: #2AA2BB;
}
.TagClassName
{
border-color: #2AA2BB;
}
</style>