Shades of Pelorous #2A98AC
Tints of Pelorous #2A98AC
RGB
CMYK
RGB Variations
Color information
#2A98AC (or 0x2A98AC) is known color: Pelorous. HEX triplet: 2A, 98 and AC. RGB value is (42,152,172). Sum of RGB (Red+Green+Blue) = 42+152+172=366 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.48% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A98AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A98AC is #D56753. Grayscale: #797979. Windows color (decimal): -13985620 or 11311146. OLE color: 11311146.
HSL color Cylindrical-coordinate representation of color #2A98AC: hue angle of 189.23º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A98AC is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 152 | 172 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.33 |
| HSL | 189.23º | 0.61% | 0.42% | - |
| HSV(B) | 189.23º | 0.76% | 0.67% | - |
| XYZ | 19.63 | 25.93 | 43 | - |
| YUV | 121.39 | 156.56 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 152 | 172 | 0.76 | 0.12 | 0 | 0.33 | 189.23 | 0.61 | 0.42 |
| Hex | 2A | 98 | AC | 4C | C | 0 | 21 | BD | 3D | 2A |
| Octal | 52 | 230 | 254 | 114 | 14 | 0 | 41 | 275 | 75 | 52 |
| Binary | 101010 | 10011000 | 10101100 | 1001100 | 1100 | 0 | 100001 | 10111101 | 111101 | 101010 |
Color Harmonies of #2A98AC
Complementary color
Monochromatic Colors of #2A98AC
Black with #2A98AC
Text Example
Text Example
White with #2A98AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A98AC; }
p { color: rgb(42,152,172); }
H1.HeaderClassName
{
color: #2A98AC;
}
.AnyTagClassName
{
color: #2A98AC;
}
</style>
background-color css
<style>
a { background-color: #2A98AC; }
a { background-color: rgb(42,152,172); }
div.DivClassName
{
background-color: #2A98AC;
}
.BgClassName
{
background-color: #2A98AC;
}
</style>
border-color css
<style>
span { border-color: #2A98AC; }
span { border-color: rgb(42,152,172); }
td.TdClassName
{
border-color: #2A98AC;
}
.TagClassName
{
border-color: #2A98AC;
}
</style>