Shades of Pelorous #2A9CAA
Tints of Pelorous #2A9CAA
RGB
CMYK
RGB Variations
Color information
#2A9CAA (or 0x2A9CAA) is known color: Pelorous. HEX triplet: 2A, 9C and AA. RGB value is (42,156,170). Sum of RGB (Red+Green+Blue) = 42+156+170=368 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.41% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A9CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9CAA is #D56355. Grayscale: #7B7B7B. Windows color (decimal): -13984598 or 11181098. OLE color: 11181098.
HSL color Cylindrical-coordinate representation of color #2A9CAA: hue angle of 186.56º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A9CAA is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 156 | 170 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.33 |
| HSL | 186.56º | 0.6% | 0.42% | - |
| HSV(B) | 186.56º | 0.75% | 0.67% | - |
| XYZ | 20.1 | 27.17 | 42.22 | - |
| YUV | 123.51 | 154.23 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 156 | 170 | 0.75 | 0.08 | 0 | 0.33 | 186.56 | 0.6 | 0.42 |
| Hex | 2A | 9C | AA | 4B | 8 | 0 | 21 | BB | 3C | 2A |
| Octal | 52 | 234 | 252 | 113 | 10 | 0 | 41 | 273 | 74 | 52 |
| Binary | 101010 | 10011100 | 10101010 | 1001011 | 1000 | 0 | 100001 | 10111011 | 111100 | 101010 |
Color Harmonies of #2A9CAA
Complementary color
Monochromatic Colors of #2A9CAA
Black with #2A9CAA
Text Example
Text Example
White with #2A9CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9CAA; }
p { color: rgb(42,156,170); }
H1.HeaderClassName
{
color: #2A9CAA;
}
.AnyTagClassName
{
color: #2A9CAA;
}
</style>
background-color css
<style>
a { background-color: #2A9CAA; }
a { background-color: rgb(42,156,170); }
div.DivClassName
{
background-color: #2A9CAA;
}
.BgClassName
{
background-color: #2A9CAA;
}
</style>
border-color css
<style>
span { border-color: #2A9CAA; }
span { border-color: rgb(42,156,170); }
td.TdClassName
{
border-color: #2A9CAA;
}
.TagClassName
{
border-color: #2A9CAA;
}
</style>