Shades of Pelorous #32ABBF
Tints of Pelorous #32ABBF
RGB
CMYK
RGB Variations
Color information
#32ABBF (or 0x32ABBF) is known color: Pelorous. HEX triplet: 32, AB and BF. RGB value is (50,171,191). Sum of RGB (Red+Green+Blue) = 50+171+191=412 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.14% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #32ABBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ABBF is #CD5440. Grayscale: #888888. Windows color (decimal): -13456449 or 12561202. OLE color: 12561202.
HSL color Cylindrical-coordinate representation of color #32ABBF: hue angle of 188.51º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32ABBF is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 171 | 191 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.25 |
| HSL | 188.51º | 0.59% | 0.47% | - |
| HSV(B) | 188.51º | 0.74% | 0.75% | - |
| XYZ | 25.28 | 33.57 | 54.44 | - |
| YUV | 137.1 | 158.41 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 191 | 0.74 | 0.10 | 0 | 0.25 | 188.51 | 0.59 | 0.47 |
| Hex | 32 | AB | BF | 4A | A | 0 | 19 | BD | 3B | 2F |
| Octal | 62 | 253 | 277 | 112 | 12 | 0 | 31 | 275 | 73 | 57 |
| Binary | 110010 | 10101011 | 10111111 | 1001010 | 1010 | 0 | 11001 | 10111101 | 111011 | 101111 |
Color Harmonies of #32ABBF
Complementary color
Monochromatic Colors of #32ABBF
Black with #32ABBF
Text Example
Text Example
White with #32ABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ABBF; }
p { color: rgb(50,171,191); }
H1.HeaderClassName
{
color: #32ABBF;
}
.AnyTagClassName
{
color: #32ABBF;
}
</style>
background-color css
<style>
a { background-color: #32ABBF; }
a { background-color: rgb(50,171,191); }
div.DivClassName
{
background-color: #32ABBF;
}
.BgClassName
{
background-color: #32ABBF;
}
</style>
border-color css
<style>
span { border-color: #32ABBF; }
span { border-color: rgb(50,171,191); }
td.TdClassName
{
border-color: #32ABBF;
}
.TagClassName
{
border-color: #32ABBF;
}
</style>