Shades of Pelorous #32AEC0
Tints of Pelorous #32AEC0
RGB
CMYK
RGB Variations
Color information
#32AEC0 (or 0x32AEC0) is known color: Pelorous. HEX triplet: 32, AE and C0. RGB value is (50,174,192). Sum of RGB (Red+Green+Blue) = 50+174+192=416 (55% of max value = 765). Red value is 50 (19.92% from 255 or 12.02% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 192 - color contains mainly: blue. Hex color #32AEC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AEC0 is #CD513F. Grayscale: #8A8A8A. Windows color (decimal): -13455680 or 12627506. OLE color: 12627506.
HSL color Cylindrical-coordinate representation of color #32AEC0: hue angle of 187.61º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32AEC0 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 174 | 192 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.25 |
| HSL | 187.61º | 0.59% | 0.47% | - |
| HSV(B) | 187.61º | 0.74% | 0.75% | - |
| XYZ | 25.97 | 34.76 | 55.21 | - |
| YUV | 138.98 | 157.92 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 192 | 0.74 | 0.09 | 0 | 0.25 | 187.61 | 0.59 | 0.47 |
| Hex | 32 | AE | C0 | 4A | 9 | 0 | 19 | BC | 3B | 2F |
| Octal | 62 | 256 | 300 | 112 | 11 | 0 | 31 | 274 | 73 | 57 |
| Binary | 110010 | 10101110 | 11000000 | 1001010 | 1001 | 0 | 11001 | 10111100 | 111011 | 101111 |
Color Harmonies of #32AEC0
Complementary color
Monochromatic Colors of #32AEC0
Black with #32AEC0
Text Example
Text Example
White with #32AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AEC0; }
p { color: rgb(50,174,192); }
H1.HeaderClassName
{
color: #32AEC0;
}
.AnyTagClassName
{
color: #32AEC0;
}
</style>
background-color css
<style>
a { background-color: #32AEC0; }
a { background-color: rgb(50,174,192); }
div.DivClassName
{
background-color: #32AEC0;
}
.BgClassName
{
background-color: #32AEC0;
}
</style>
border-color css
<style>
span { border-color: #32AEC0; }
span { border-color: rgb(50,174,192); }
td.TdClassName
{
border-color: #32AEC0;
}
.TagClassName
{
border-color: #32AEC0;
}
</style>