Shades of Pelorous #2AAEBE
Tints of Pelorous #2AAEBE
RGB
CMYK
RGB Variations
Color information
#2AAEBE (or 0x2AAEBE) is known color: Pelorous. HEX triplet: 2A, AE and BE. RGB value is (42,174,190). Sum of RGB (Red+Green+Blue) = 42+174+190=406 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.34% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #2AAEBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAEBE is #D55141. Grayscale: #888888. Windows color (decimal): -13979970 or 12496426. OLE color: 12496426.
HSL color Cylindrical-coordinate representation of color #2AAEBE: hue angle of 186.49º 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 #2AAEBE is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 174 | 190 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.25 |
| HSL | 186.49º | 0.64% | 0.45% | - |
| HSV(B) | 186.49º | 0.78% | 0.75% | - |
| XYZ | 25.39 | 34.48 | 54.03 | - |
| YUV | 136.36 | 158.27 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 174 | 190 | 0.78 | 0.08 | 0 | 0.25 | 186.49 | 0.64 | 0.45 |
| Hex | 2A | AE | BE | 4E | 8 | 0 | 19 | BA | 40 | 2D |
| Octal | 52 | 256 | 276 | 116 | 10 | 0 | 31 | 272 | 100 | 55 |
| Binary | 101010 | 10101110 | 10111110 | 1001110 | 1000 | 0 | 11001 | 10111010 | 1000000 | 101101 |
Color Harmonies of #2AAEBE
Complementary color
Monochromatic Colors of #2AAEBE
Black with #2AAEBE
Text Example
Text Example
White with #2AAEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAEBE; }
p { color: rgb(42,174,190); }
H1.HeaderClassName
{
color: #2AAEBE;
}
.AnyTagClassName
{
color: #2AAEBE;
}
</style>
background-color css
<style>
a { background-color: #2AAEBE; }
a { background-color: rgb(42,174,190); }
div.DivClassName
{
background-color: #2AAEBE;
}
.BgClassName
{
background-color: #2AAEBE;
}
</style>
border-color css
<style>
span { border-color: #2AAEBE; }
span { border-color: rgb(42,174,190); }
td.TdClassName
{
border-color: #2AAEBE;
}
.TagClassName
{
border-color: #2AAEBE;
}
</style>