Shades of Pelorous #32AEBA
Tints of Pelorous #32AEBA
RGB
CMYK
RGB Variations
Color information
#32AEBA (or 0x32AEBA) is known color: Pelorous. HEX triplet: 32, AE and BA. RGB value is (50,174,186). Sum of RGB (Red+Green+Blue) = 50+174+186=410 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.20% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #32AEBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AEBA is #CD5145. Grayscale: #8A8A8A. Windows color (decimal): -13455686 or 12234290. OLE color: 12234290.
HSL color Cylindrical-coordinate representation of color #32AEBA: hue angle of 185.29º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32AEBA is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 174 | 186 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.27 |
| HSL | 185.29º | 0.58% | 0.46% | - |
| HSV(B) | 185.29º | 0.73% | 0.73% | - |
| XYZ | 25.31 | 34.5 | 51.78 | - |
| YUV | 138.29 | 154.92 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 186 | 0.73 | 0.06 | 0 | 0.27 | 185.29 | 0.58 | 0.46 |
| Hex | 32 | AE | BA | 49 | 6 | 0 | 1B | B9 | 3A | 2E |
| Octal | 62 | 256 | 272 | 111 | 6 | 0 | 33 | 271 | 72 | 56 |
| Binary | 110010 | 10101110 | 10111010 | 1001001 | 110 | 0 | 11011 | 10111001 | 111010 | 101110 |
Color Harmonies of #32AEBA
Complementary color
Monochromatic Colors of #32AEBA
Black with #32AEBA
Text Example
Text Example
White with #32AEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AEBA; }
p { color: rgb(50,174,186); }
H1.HeaderClassName
{
color: #32AEBA;
}
.AnyTagClassName
{
color: #32AEBA;
}
</style>
background-color css
<style>
a { background-color: #32AEBA; }
a { background-color: rgb(50,174,186); }
div.DivClassName
{
background-color: #32AEBA;
}
.BgClassName
{
background-color: #32AEBA;
}
</style>
border-color css
<style>
span { border-color: #32AEBA; }
span { border-color: rgb(50,174,186); }
td.TdClassName
{
border-color: #32AEBA;
}
.TagClassName
{
border-color: #32AEBA;
}
</style>