Shades of Pelorous #32ABBC
Tints of Pelorous #32ABBC
RGB
CMYK
RGB Variations
Color information
#32ABBC (or 0x32ABBC) is known color: Pelorous. HEX triplet: 32, AB and BC. RGB value is (50,171,188). Sum of RGB (Red+Green+Blue) = 50+171+188=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #32ABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ABBC is #CD5443. Grayscale: #888888. Windows color (decimal): -13456452 or 12364594. OLE color: 12364594.
HSL color Cylindrical-coordinate representation of color #32ABBC: hue angle of 187.39º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32ABBC is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 171 | 188 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.26 |
| HSL | 187.39º | 0.58% | 0.47% | - |
| HSV(B) | 187.39º | 0.73% | 0.74% | - |
| XYZ | 24.96 | 33.43 | 52.72 | - |
| YUV | 136.76 | 156.91 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 188 | 0.73 | 0.09 | 0 | 0.26 | 187.39 | 0.58 | 0.47 |
| Hex | 32 | AB | BC | 49 | 9 | 0 | 1A | BB | 3A | 2F |
| Octal | 62 | 253 | 274 | 111 | 11 | 0 | 32 | 273 | 72 | 57 |
| Binary | 110010 | 10101011 | 10111100 | 1001001 | 1001 | 0 | 11010 | 10111011 | 111010 | 101111 |
Color Harmonies of #32ABBC
Complementary color
Monochromatic Colors of #32ABBC
Black with #32ABBC
Text Example
Text Example
White with #32ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ABBC; }
p { color: rgb(50,171,188); }
H1.HeaderClassName
{
color: #32ABBC;
}
.AnyTagClassName
{
color: #32ABBC;
}
</style>
background-color css
<style>
a { background-color: #32ABBC; }
a { background-color: rgb(50,171,188); }
div.DivClassName
{
background-color: #32ABBC;
}
.BgClassName
{
background-color: #32ABBC;
}
</style>
border-color css
<style>
span { border-color: #32ABBC; }
span { border-color: rgb(50,171,188); }
td.TdClassName
{
border-color: #32ABBC;
}
.TagClassName
{
border-color: #32ABBC;
}
</style>