Shades of Pelorous #32AAB6
Tints of Pelorous #32AAB6
RGB
CMYK
RGB Variations
Color information
#32AAB6 (or 0x32AAB6) is known color: Pelorous. HEX triplet: 32, AA and B6. RGB value is (50,170,182). Sum of RGB (Red+Green+Blue) = 50+170+182=402 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.44% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 182 (71.48% from 255 or 45.27% from 402); Max value from RGB is 182 - color contains mainly: blue. Hex color #32AAB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AAB6 is #CD5549. Grayscale: #878787. Windows color (decimal): -13456714 or 11971122. OLE color: 11971122.
HSL color Cylindrical-coordinate representation of color #32AAB6: hue angle of 185.45º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32AAB6 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 170 | 182 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.29 |
| HSL | 185.45º | 0.57% | 0.45% | - |
| HSV(B) | 185.45º | 0.73% | 0.71% | - |
| XYZ | 24.13 | 32.8 | 49.32 | - |
| YUV | 135.49 | 154.24 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 170 | 182 | 0.73 | 0.07 | 0 | 0.29 | 185.45 | 0.57 | 0.45 |
| Hex | 32 | AA | B6 | 49 | 7 | 0 | 1D | B9 | 39 | 2D |
| Octal | 62 | 252 | 266 | 111 | 7 | 0 | 35 | 271 | 71 | 55 |
| Binary | 110010 | 10101010 | 10110110 | 1001001 | 111 | 0 | 11101 | 10111001 | 111001 | 101101 |
Color Harmonies of #32AAB6
Complementary color
Monochromatic Colors of #32AAB6
Black with #32AAB6
Text Example
Text Example
White with #32AAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AAB6; }
p { color: rgb(50,170,182); }
H1.HeaderClassName
{
color: #32AAB6;
}
.AnyTagClassName
{
color: #32AAB6;
}
</style>
background-color css
<style>
a { background-color: #32AAB6; }
a { background-color: rgb(50,170,182); }
div.DivClassName
{
background-color: #32AAB6;
}
.BgClassName
{
background-color: #32AAB6;
}
</style>
border-color css
<style>
span { border-color: #32AAB6; }
span { border-color: rgb(50,170,182); }
td.TdClassName
{
border-color: #32AAB6;
}
.TagClassName
{
border-color: #32AAB6;
}
</style>