Shades of Pelorous #32ACBB
Tints of Pelorous #32ACBB
RGB
CMYK
RGB Variations
Color information
#32ACBB (or 0x32ACBB) is known color: Pelorous. HEX triplet: 32, AC and BB. RGB value is (50,172,187). Sum of RGB (Red+Green+Blue) = 50+172+187=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #32ACBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ACBB is #CD5344. Grayscale: #898989. Windows color (decimal): -13456197 or 12299314. OLE color: 12299314.
HSL color Cylindrical-coordinate representation of color #32ACBB: hue angle of 186.57º 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 #32ACBB is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 172 | 187 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.27 |
| HSL | 186.57º | 0.58% | 0.46% | - |
| HSV(B) | 186.57º | 0.73% | 0.73% | - |
| XYZ | 25.04 | 33.77 | 52.21 | - |
| YUV | 137.23 | 156.08 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 187 | 0.73 | 0.08 | 0 | 0.27 | 186.57 | 0.58 | 0.46 |
| Hex | 32 | AC | BB | 49 | 8 | 0 | 1B | BB | 3A | 2E |
| Octal | 62 | 254 | 273 | 111 | 10 | 0 | 33 | 273 | 72 | 56 |
| Binary | 110010 | 10101100 | 10111011 | 1001001 | 1000 | 0 | 11011 | 10111011 | 111010 | 101110 |
Color Harmonies of #32ACBB
Complementary color
Monochromatic Colors of #32ACBB
Black with #32ACBB
Text Example
Text Example
White with #32ACBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ACBB; }
p { color: rgb(50,172,187); }
H1.HeaderClassName
{
color: #32ACBB;
}
.AnyTagClassName
{
color: #32ACBB;
}
</style>
background-color css
<style>
a { background-color: #32ACBB; }
a { background-color: rgb(50,172,187); }
div.DivClassName
{
background-color: #32ACBB;
}
.BgClassName
{
background-color: #32ACBB;
}
</style>
border-color css
<style>
span { border-color: #32ACBB; }
span { border-color: rgb(50,172,187); }
td.TdClassName
{
border-color: #32ACBB;
}
.TagClassName
{
border-color: #32ACBB;
}
</style>