Shades of Pelorous #32ADBC
Tints of Pelorous #32ADBC
RGB
CMYK
RGB Variations
Color information
#32ADBC (or 0x32ADBC) is known color: Pelorous. HEX triplet: 32, AD and BC. RGB value is (50,173,188). Sum of RGB (Red+Green+Blue) = 50+173+188=411 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.17% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #32ADBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ADBC is #CD5243. Grayscale: #898989. Windows color (decimal): -13455940 or 12365106. OLE color: 12365106.
HSL color Cylindrical-coordinate representation of color #32ADBC: hue angle of 186.52º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32ADBC is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 173 | 188 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.26 |
| HSL | 186.52º | 0.58% | 0.47% | - |
| HSV(B) | 186.52º | 0.73% | 0.74% | - |
| XYZ | 25.34 | 34.2 | 52.84 | - |
| YUV | 137.93 | 156.25 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 188 | 0.73 | 0.08 | 0 | 0.26 | 186.52 | 0.58 | 0.47 |
| Hex | 32 | AD | BC | 49 | 8 | 0 | 1A | BB | 3A | 2F |
| Octal | 62 | 255 | 274 | 111 | 10 | 0 | 32 | 273 | 72 | 57 |
| Binary | 110010 | 10101101 | 10111100 | 1001001 | 1000 | 0 | 11010 | 10111011 | 111010 | 101111 |
Color Harmonies of #32ADBC
Complementary color
Monochromatic Colors of #32ADBC
Black with #32ADBC
Text Example
Text Example
White with #32ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ADBC; }
p { color: rgb(50,173,188); }
H1.HeaderClassName
{
color: #32ADBC;
}
.AnyTagClassName
{
color: #32ADBC;
}
</style>
background-color css
<style>
a { background-color: #32ADBC; }
a { background-color: rgb(50,173,188); }
div.DivClassName
{
background-color: #32ADBC;
}
.BgClassName
{
background-color: #32ADBC;
}
</style>
border-color css
<style>
span { border-color: #32ADBC; }
span { border-color: rgb(50,173,188); }
td.TdClassName
{
border-color: #32ADBC;
}
.TagClassName
{
border-color: #32ADBC;
}
</style>