Shades of Pelorous #32ADBB
Tints of Pelorous #32ADBB
RGB
CMYK
RGB Variations
Color information
#32ADBB (or 0x32ADBB) is known color: Pelorous. HEX triplet: 32, AD and BB. RGB value is (50,173,187). Sum of RGB (Red+Green+Blue) = 50+173+187=410 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.20% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #32ADBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ADBB is #CD5244. Grayscale: #898989. Windows color (decimal): -13455941 or 12299570. OLE color: 12299570.
HSL color Cylindrical-coordinate representation of color #32ADBB: hue angle of 186.13º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32ADBB is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 173 | 187 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.27 |
| HSL | 186.13º | 0.58% | 0.46% | - |
| HSV(B) | 186.13º | 0.73% | 0.73% | - |
| XYZ | 25.23 | 34.15 | 52.28 | - |
| YUV | 137.82 | 155.75 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 187 | 0.73 | 0.07 | 0 | 0.27 | 186.13 | 0.58 | 0.46 |
| Hex | 32 | AD | BB | 49 | 7 | 0 | 1B | BA | 3A | 2E |
| Octal | 62 | 255 | 273 | 111 | 7 | 0 | 33 | 272 | 72 | 56 |
| Binary | 110010 | 10101101 | 10111011 | 1001001 | 111 | 0 | 11011 | 10111010 | 111010 | 101110 |
Color Harmonies of #32ADBB
Complementary color
Monochromatic Colors of #32ADBB
Black with #32ADBB
Text Example
Text Example
White with #32ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ADBB; }
p { color: rgb(50,173,187); }
H1.HeaderClassName
{
color: #32ADBB;
}
.AnyTagClassName
{
color: #32ADBB;
}
</style>
background-color css
<style>
a { background-color: #32ADBB; }
a { background-color: rgb(50,173,187); }
div.DivClassName
{
background-color: #32ADBB;
}
.BgClassName
{
background-color: #32ADBB;
}
</style>
border-color css
<style>
span { border-color: #32ADBB; }
span { border-color: rgb(50,173,187); }
td.TdClassName
{
border-color: #32ADBB;
}
.TagClassName
{
border-color: #32ADBB;
}
</style>