Shades of Pelorous #32ABC3
Tints of Pelorous #32ABC3
RGB
CMYK
RGB Variations
Color information
#32ABC3 (or 0x32ABC3) is known color: Pelorous. HEX triplet: 32, AB and C3. RGB value is (50,171,195). Sum of RGB (Red+Green+Blue) = 50+171+195=416 (55% of max value = 765). Red value is 50 (19.92% from 255 or 12.02% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 195 - color contains mainly: blue. Hex color #32ABC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ABC3 is #CD543C. Grayscale: #898989. Windows color (decimal): -13456445 or 12823346. OLE color: 12823346.
HSL color Cylindrical-coordinate representation of color #32ABC3: hue angle of 189.93º 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 #32ABC3 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 171 | 195 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.24 |
| HSL | 189.93º | 0.59% | 0.48% | - |
| HSV(B) | 189.93º | 0.74% | 0.76% | - |
| XYZ | 25.73 | 33.74 | 56.79 | - |
| YUV | 137.56 | 160.41 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 195 | 0.74 | 0.12 | 0 | 0.24 | 189.93 | 0.59 | 0.48 |
| Hex | 32 | AB | C3 | 4A | C | 0 | 18 | BE | 3B | 30 |
| Octal | 62 | 253 | 303 | 112 | 14 | 0 | 30 | 276 | 73 | 60 |
| Binary | 110010 | 10101011 | 11000011 | 1001010 | 1100 | 0 | 11000 | 10111110 | 111011 | 110000 |
Color Harmonies of #32ABC3
Complementary color
Monochromatic Colors of #32ABC3
Black with #32ABC3
Text Example
Text Example
White with #32ABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ABC3; }
p { color: rgb(50,171,195); }
H1.HeaderClassName
{
color: #32ABC3;
}
.AnyTagClassName
{
color: #32ABC3;
}
</style>
background-color css
<style>
a { background-color: #32ABC3; }
a { background-color: rgb(50,171,195); }
div.DivClassName
{
background-color: #32ABC3;
}
.BgClassName
{
background-color: #32ABC3;
}
</style>
border-color css
<style>
span { border-color: #32ABC3; }
span { border-color: rgb(50,171,195); }
td.TdClassName
{
border-color: #32ABC3;
}
.TagClassName
{
border-color: #32ABC3;
}
</style>