Shades of Pelorous #32ADBD
Tints of Pelorous #32ADBD
RGB
CMYK
RGB Variations
Color information
#32ADBD (or 0x32ADBD) is known color: Pelorous. HEX triplet: 32, AD and BD. RGB value is (50,173,189). Sum of RGB (Red+Green+Blue) = 50+173+189=412 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.14% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #32ADBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ADBD is #CD5242. Grayscale: #898989. Windows color (decimal): -13455939 or 12430642. OLE color: 12430642.
HSL color Cylindrical-coordinate representation of color #32ADBD: hue angle of 186.91º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32ADBD is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 173 | 189 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.26 |
| HSL | 186.91º | 0.58% | 0.47% | - |
| HSV(B) | 186.91º | 0.74% | 0.74% | - |
| XYZ | 25.44 | 34.24 | 53.41 | - |
| YUV | 138.05 | 156.75 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 189 | 0.74 | 0.08 | 0 | 0.26 | 186.91 | 0.58 | 0.47 |
| Hex | 32 | AD | BD | 4A | 8 | 0 | 1A | BB | 3A | 2F |
| Octal | 62 | 255 | 275 | 112 | 10 | 0 | 32 | 273 | 72 | 57 |
| Binary | 110010 | 10101101 | 10111101 | 1001010 | 1000 | 0 | 11010 | 10111011 | 111010 | 101111 |
Color Harmonies of #32ADBD
Complementary color
Monochromatic Colors of #32ADBD
Black with #32ADBD
Text Example
Text Example
White with #32ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ADBD; }
p { color: rgb(50,173,189); }
H1.HeaderClassName
{
color: #32ADBD;
}
.AnyTagClassName
{
color: #32ADBD;
}
</style>
background-color css
<style>
a { background-color: #32ADBD; }
a { background-color: rgb(50,173,189); }
div.DivClassName
{
background-color: #32ADBD;
}
.BgClassName
{
background-color: #32ADBD;
}
</style>
border-color css
<style>
span { border-color: #32ADBD; }
span { border-color: rgb(50,173,189); }
td.TdClassName
{
border-color: #32ADBD;
}
.TagClassName
{
border-color: #32ADBD;
}
</style>