Shades of Pelorous #31A7AD
Tints of Pelorous #31A7AD
RGB
CMYK
RGB Variations
Color information
#31A7AD (or 0x31A7AD) is known color: Pelorous. HEX triplet: 31, A7 and AD. RGB value is (49,167,173). Sum of RGB (Red+Green+Blue) = 49+167+173=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #31A7AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A7AD is #CE5852. Grayscale: #848484. Windows color (decimal): -13523027 or 11380529. OLE color: 11380529.
HSL color Cylindrical-coordinate representation of color #31A7AD: hue angle of 182.9º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31A7AD is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 167 | 173 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.32 |
| HSL | 182.9º | 0.56% | 0.44% | - |
| HSV(B) | 182.9º | 0.72% | 0.68% | - |
| XYZ | 22.63 | 31.31 | 44.39 | - |
| YUV | 132.4 | 150.91 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 167 | 173 | 0.72 | 0.03 | 0 | 0.32 | 182.9 | 0.56 | 0.44 |
| Hex | 31 | A7 | AD | 48 | 3 | 0 | 20 | B7 | 38 | 2C |
| Octal | 61 | 247 | 255 | 110 | 3 | 0 | 40 | 267 | 70 | 54 |
| Binary | 110001 | 10100111 | 10101101 | 1001000 | 11 | 0 | 100000 | 10110111 | 111000 | 101100 |
Color Harmonies of #31A7AD
Complementary color
Monochromatic Colors of #31A7AD
Black with #31A7AD
Text Example
Text Example
White with #31A7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A7AD; }
p { color: rgb(49,167,173); }
H1.HeaderClassName
{
color: #31A7AD;
}
.AnyTagClassName
{
color: #31A7AD;
}
</style>
background-color css
<style>
a { background-color: #31A7AD; }
a { background-color: rgb(49,167,173); }
div.DivClassName
{
background-color: #31A7AD;
}
.BgClassName
{
background-color: #31A7AD;
}
</style>
border-color css
<style>
span { border-color: #31A7AD; }
span { border-color: rgb(49,167,173); }
td.TdClassName
{
border-color: #31A7AD;
}
.TagClassName
{
border-color: #31A7AD;
}
</style>