Shades of Pelorous #2AA0BE
Tints of Pelorous #2AA0BE
RGB
CMYK
RGB Variations
Color information
#2AA0BE (or 0x2AA0BE) is known color: Pelorous. HEX triplet: 2A, A0 and BE. RGB value is (42,160,190). Sum of RGB (Red+Green+Blue) = 42+160+190=392 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.71% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #2AA0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA0BE is #D55F41. Grayscale: #7F7F7F. Windows color (decimal): -13983554 or 12492842. OLE color: 12492842.
HSL color Cylindrical-coordinate representation of color #2AA0BE: hue angle of 192.16º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AA0BE is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 160 | 190 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.25 |
| HSL | 192.16º | 0.64% | 0.45% | - |
| HSV(B) | 192.16º | 0.78% | 0.75% | - |
| XYZ | 22.82 | 29.35 | 53.18 | - |
| YUV | 128.14 | 162.91 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 160 | 190 | 0.78 | 0.16 | 0 | 0.25 | 192.16 | 0.64 | 0.45 |
| Hex | 2A | A0 | BE | 4E | 10 | 0 | 19 | C0 | 40 | 2D |
| Octal | 52 | 240 | 276 | 116 | 20 | 0 | 31 | 300 | 100 | 55 |
| Binary | 101010 | 10100000 | 10111110 | 1001110 | 10000 | 0 | 11001 | 11000000 | 1000000 | 101101 |
Color Harmonies of #2AA0BE
Complementary color
Monochromatic Colors of #2AA0BE
Black with #2AA0BE
Text Example
Text Example
White with #2AA0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA0BE; }
p { color: rgb(42,160,190); }
H1.HeaderClassName
{
color: #2AA0BE;
}
.AnyTagClassName
{
color: #2AA0BE;
}
</style>
background-color css
<style>
a { background-color: #2AA0BE; }
a { background-color: rgb(42,160,190); }
div.DivClassName
{
background-color: #2AA0BE;
}
.BgClassName
{
background-color: #2AA0BE;
}
</style>
border-color css
<style>
span { border-color: #2AA0BE; }
span { border-color: rgb(42,160,190); }
td.TdClassName
{
border-color: #2AA0BE;
}
.TagClassName
{
border-color: #2AA0BE;
}
</style>