Shades of Pelorous #32ABC1
Tints of Pelorous #32ABC1
RGB
CMYK
RGB Variations
Color information
#32ABC1 (or 0x32ABC1) is known color: Pelorous. HEX triplet: 32, AB and C1. RGB value is (50,171,193). Sum of RGB (Red+Green+Blue) = 50+171+193=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 193 - color contains mainly: blue. Hex color #32ABC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ABC1 is #CD543E. Grayscale: #898989. Windows color (decimal): -13456447 or 12692274. OLE color: 12692274.
HSL color Cylindrical-coordinate representation of color #32ABC1: hue angle of 189.23º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32ABC1 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 171 | 193 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.24 |
| HSL | 189.23º | 0.59% | 0.48% | - |
| HSV(B) | 189.23º | 0.74% | 0.76% | - |
| XYZ | 25.5 | 33.65 | 55.6 | - |
| YUV | 137.33 | 159.41 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 193 | 0.74 | 0.11 | 0 | 0.24 | 189.23 | 0.59 | 0.48 |
| Hex | 32 | AB | C1 | 4A | B | 0 | 18 | BD | 3B | 30 |
| Octal | 62 | 253 | 301 | 112 | 13 | 0 | 30 | 275 | 73 | 60 |
| Binary | 110010 | 10101011 | 11000001 | 1001010 | 1011 | 0 | 11000 | 10111101 | 111011 | 110000 |
Color Harmonies of #32ABC1
Complementary color
Monochromatic Colors of #32ABC1
Black with #32ABC1
Text Example
Text Example
White with #32ABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ABC1; }
p { color: rgb(50,171,193); }
H1.HeaderClassName
{
color: #32ABC1;
}
.AnyTagClassName
{
color: #32ABC1;
}
</style>
background-color css
<style>
a { background-color: #32ABC1; }
a { background-color: rgb(50,171,193); }
div.DivClassName
{
background-color: #32ABC1;
}
.BgClassName
{
background-color: #32ABC1;
}
</style>
border-color css
<style>
span { border-color: #32ABC1; }
span { border-color: rgb(50,171,193); }
td.TdClassName
{
border-color: #32ABC1;
}
.TagClassName
{
border-color: #32ABC1;
}
</style>