Shades of Pelorous #2AADBF
Tints of Pelorous #2AADBF
RGB
CMYK
RGB Variations
Color information
#2AADBF (or 0x2AADBF) is known color: Pelorous. HEX triplet: 2A, AD and BF. RGB value is (42,173,191). Sum of RGB (Red+Green+Blue) = 42+173+191=406 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.34% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #2AADBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AADBF is #D55240. Grayscale: #878787. Windows color (decimal): -13980225 or 12561706. OLE color: 12561706.
HSL color Cylindrical-coordinate representation of color #2AADBF: hue angle of 187.25º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AADBF is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 173 | 191 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.25 |
| HSL | 187.25º | 0.64% | 0.46% | - |
| HSV(B) | 187.25º | 0.78% | 0.75% | - |
| XYZ | 25.3 | 34.14 | 54.55 | - |
| YUV | 135.88 | 159.1 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 191 | 0.78 | 0.09 | 0 | 0.25 | 187.25 | 0.64 | 0.46 |
| Hex | 2A | AD | BF | 4E | 9 | 0 | 19 | BB | 40 | 2E |
| Octal | 52 | 255 | 277 | 116 | 11 | 0 | 31 | 273 | 100 | 56 |
| Binary | 101010 | 10101101 | 10111111 | 1001110 | 1001 | 0 | 11001 | 10111011 | 1000000 | 101110 |
Color Harmonies of #2AADBF
Complementary color
Monochromatic Colors of #2AADBF
Black with #2AADBF
Text Example
Text Example
White with #2AADBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AADBF; }
p { color: rgb(42,173,191); }
H1.HeaderClassName
{
color: #2AADBF;
}
.AnyTagClassName
{
color: #2AADBF;
}
</style>
background-color css
<style>
a { background-color: #2AADBF; }
a { background-color: rgb(42,173,191); }
div.DivClassName
{
background-color: #2AADBF;
}
.BgClassName
{
background-color: #2AADBF;
}
</style>
border-color css
<style>
span { border-color: #2AADBF; }
span { border-color: rgb(42,173,191); }
td.TdClassName
{
border-color: #2AADBF;
}
.TagClassName
{
border-color: #2AADBF;
}
</style>