Shades of Pelorous #31AEBB
Tints of Pelorous #31AEBB
RGB
CMYK
RGB Variations
Color information
#31AEBB (or 0x31AEBB) is known color: Pelorous. HEX triplet: 31, AE and BB. RGB value is (49,174,187). Sum of RGB (Red+Green+Blue) = 49+174+187=410 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.95% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #31AEBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AEBB is #CE5144. Grayscale: #898989. Windows color (decimal): -13521221 or 12299825. OLE color: 12299825.
HSL color Cylindrical-coordinate representation of color #31AEBB: hue angle of 185.65º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31AEBB is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 174 | 187 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.27 |
| HSL | 185.65º | 0.58% | 0.46% | - |
| HSV(B) | 185.65º | 0.74% | 0.73% | - |
| XYZ | 25.37 | 34.51 | 52.34 | - |
| YUV | 138.11 | 155.59 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 174 | 187 | 0.74 | 0.07 | 0 | 0.27 | 185.65 | 0.58 | 0.46 |
| Hex | 31 | AE | BB | 4A | 7 | 0 | 1B | BA | 3A | 2E |
| Octal | 61 | 256 | 273 | 112 | 7 | 0 | 33 | 272 | 72 | 56 |
| Binary | 110001 | 10101110 | 10111011 | 1001010 | 111 | 0 | 11011 | 10111010 | 111010 | 101110 |
Color Harmonies of #31AEBB
Complementary color
Monochromatic Colors of #31AEBB
Black with #31AEBB
Text Example
Text Example
White with #31AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AEBB; }
p { color: rgb(49,174,187); }
H1.HeaderClassName
{
color: #31AEBB;
}
.AnyTagClassName
{
color: #31AEBB;
}
</style>
background-color css
<style>
a { background-color: #31AEBB; }
a { background-color: rgb(49,174,187); }
div.DivClassName
{
background-color: #31AEBB;
}
.BgClassName
{
background-color: #31AEBB;
}
</style>
border-color css
<style>
span { border-color: #31AEBB; }
span { border-color: rgb(49,174,187); }
td.TdClassName
{
border-color: #31AEBB;
}
.TagClassName
{
border-color: #31AEBB;
}
</style>