Shades of Pelorous #2AA0CA
Tints of Pelorous #2AA0CA
RGB
CMYK
RGB Variations
Color information
#2AA0CA (or 0x2AA0CA) is known color: Pelorous. HEX triplet: 2A, A0 and CA. RGB value is (42,160,202). Sum of RGB (Red+Green+Blue) = 42+160+202=404 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.40% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #2AA0CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA0CA is #D55F35. Grayscale: #818181. Windows color (decimal): -13983542 or 13279274. OLE color: 13279274.
HSL color Cylindrical-coordinate representation of color #2AA0CA: hue angle of 195.75º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AA0CA is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 42 | 160 | 202 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.21 |
| HSL | 195.75º | 0.66% | 0.48% | - |
| HSV(B) | 195.75º | 0.79% | 0.79% | - |
| XYZ | 24.19 | 29.9 | 60.37 | - |
| YUV | 129.51 | 168.91 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 160 | 202 | 0.79 | 0.21 | 0 | 0.21 | 195.75 | 0.66 | 0.48 |
| Hex | 2A | A0 | CA | 4F | 15 | 0 | 15 | C4 | 42 | 30 |
| Octal | 52 | 240 | 312 | 117 | 25 | 0 | 25 | 304 | 102 | 60 |
| Binary | 101010 | 10100000 | 11001010 | 1001111 | 10101 | 0 | 10101 | 11000100 | 1000010 | 110000 |
Color Harmonies of #2AA0CA
Complementary color
Monochromatic Colors of #2AA0CA
Black with #2AA0CA
Text Example
Text Example
White with #2AA0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA0CA; }
p { color: rgb(42,160,202); }
H1.HeaderClassName
{
color: #2AA0CA;
}
.AnyTagClassName
{
color: #2AA0CA;
}
</style>
background-color css
<style>
a { background-color: #2AA0CA; }
a { background-color: rgb(42,160,202); }
div.DivClassName
{
background-color: #2AA0CA;
}
.BgClassName
{
background-color: #2AA0CA;
}
</style>
border-color css
<style>
span { border-color: #2AA0CA; }
span { border-color: rgb(42,160,202); }
td.TdClassName
{
border-color: #2AA0CA;
}
.TagClassName
{
border-color: #2AA0CA;
}
</style>