Shades of Pelorous #31A1AB
Tints of Pelorous #31A1AB
RGB
CMYK
RGB Variations
Color information
#31A1AB (or 0x31A1AB) is known color: Pelorous. HEX triplet: 31, A1 and AB. RGB value is (49,161,171). Sum of RGB (Red+Green+Blue) = 49+161+171=381 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.86% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #31A1AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A1AB is #CE5E54. Grayscale: #808080. Windows color (decimal): -13524565 or 11247921. OLE color: 11247921.
HSL color Cylindrical-coordinate representation of color #31A1AB: hue angle of 184.92º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A1AB is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 161 | 171 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.33 |
| HSL | 184.92º | 0.55% | 0.43% | - |
| HSV(B) | 184.92º | 0.71% | 0.67% | - |
| XYZ | 21.36 | 29.08 | 43.02 | - |
| YUV | 128.65 | 151.89 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 161 | 171 | 0.71 | 0.06 | 0 | 0.33 | 184.92 | 0.55 | 0.43 |
| Hex | 31 | A1 | AB | 47 | 6 | 0 | 21 | B9 | 37 | 2B |
| Octal | 61 | 241 | 253 | 107 | 6 | 0 | 41 | 271 | 67 | 53 |
| Binary | 110001 | 10100001 | 10101011 | 1000111 | 110 | 0 | 100001 | 10111001 | 110111 | 101011 |
Color Harmonies of #31A1AB
Complementary color
Monochromatic Colors of #31A1AB
Black with #31A1AB
Text Example
Text Example
White with #31A1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A1AB; }
p { color: rgb(49,161,171); }
H1.HeaderClassName
{
color: #31A1AB;
}
.AnyTagClassName
{
color: #31A1AB;
}
</style>
background-color css
<style>
a { background-color: #31A1AB; }
a { background-color: rgb(49,161,171); }
div.DivClassName
{
background-color: #31A1AB;
}
.BgClassName
{
background-color: #31A1AB;
}
</style>
border-color css
<style>
span { border-color: #31A1AB; }
span { border-color: rgb(49,161,171); }
td.TdClassName
{
border-color: #31A1AB;
}
.TagClassName
{
border-color: #31A1AB;
}
</style>