Shades of Pelorous #32ADBF
Tints of Pelorous #32ADBF
RGB
CMYK
RGB Variations
Color information
#32ADBF (or 0x32ADBF) is known color: Pelorous. HEX triplet: 32, AD and BF. RGB value is (50,173,191). Sum of RGB (Red+Green+Blue) = 50+173+191=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #32ADBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ADBF is #CD5240. Grayscale: #8A8A8A. Windows color (decimal): -13455937 or 12561714. OLE color: 12561714.
HSL color Cylindrical-coordinate representation of color #32ADBF: hue angle of 187.66º 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 #32ADBF is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 173 | 191 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.25 |
| HSL | 187.66º | 0.59% | 0.47% | - |
| HSV(B) | 187.66º | 0.74% | 0.75% | - |
| XYZ | 25.66 | 34.33 | 54.56 | - |
| YUV | 138.28 | 157.75 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 191 | 0.74 | 0.09 | 0 | 0.25 | 187.66 | 0.59 | 0.47 |
| Hex | 32 | AD | BF | 4A | 9 | 0 | 19 | BC | 3B | 2F |
| Octal | 62 | 255 | 277 | 112 | 11 | 0 | 31 | 274 | 73 | 57 |
| Binary | 110010 | 10101101 | 10111111 | 1001010 | 1001 | 0 | 11001 | 10111100 | 111011 | 101111 |
Color Harmonies of #32ADBF
Complementary color
Monochromatic Colors of #32ADBF
Black with #32ADBF
Text Example
Text Example
White with #32ADBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ADBF; }
p { color: rgb(50,173,191); }
H1.HeaderClassName
{
color: #32ADBF;
}
.AnyTagClassName
{
color: #32ADBF;
}
</style>
background-color css
<style>
a { background-color: #32ADBF; }
a { background-color: rgb(50,173,191); }
div.DivClassName
{
background-color: #32ADBF;
}
.BgClassName
{
background-color: #32ADBF;
}
</style>
border-color css
<style>
span { border-color: #32ADBF; }
span { border-color: rgb(50,173,191); }
td.TdClassName
{
border-color: #32ADBF;
}
.TagClassName
{
border-color: #32ADBF;
}
</style>