Shades of Pelorous #32AEBF
Tints of Pelorous #32AEBF
RGB
CMYK
RGB Variations
Color information
#32AEBF (or 0x32AEBF) is known color: Pelorous. HEX triplet: 32, AE and BF. RGB value is (50,174,191). Sum of RGB (Red+Green+Blue) = 50+174+191=415 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.05% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #32AEBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AEBF is #CD5140. Grayscale: #8A8A8A. Windows color (decimal): -13455681 or 12561970. OLE color: 12561970.
HSL color Cylindrical-coordinate representation of color #32AEBF: hue angle of 187.23º 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 #32AEBF is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 174 | 191 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.25 |
| HSL | 187.23º | 0.59% | 0.47% | - |
| HSV(B) | 187.23º | 0.74% | 0.75% | - |
| XYZ | 25.86 | 34.71 | 54.63 | - |
| YUV | 138.86 | 157.42 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 191 | 0.74 | 0.09 | 0 | 0.25 | 187.23 | 0.59 | 0.47 |
| Hex | 32 | AE | BF | 4A | 9 | 0 | 19 | BB | 3B | 2F |
| Octal | 62 | 256 | 277 | 112 | 11 | 0 | 31 | 273 | 73 | 57 |
| Binary | 110010 | 10101110 | 10111111 | 1001010 | 1001 | 0 | 11001 | 10111011 | 111011 | 101111 |
Color Harmonies of #32AEBF
Complementary color
Monochromatic Colors of #32AEBF
Black with #32AEBF
Text Example
Text Example
White with #32AEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AEBF; }
p { color: rgb(50,174,191); }
H1.HeaderClassName
{
color: #32AEBF;
}
.AnyTagClassName
{
color: #32AEBF;
}
</style>
background-color css
<style>
a { background-color: #32AEBF; }
a { background-color: rgb(50,174,191); }
div.DivClassName
{
background-color: #32AEBF;
}
.BgClassName
{
background-color: #32AEBF;
}
</style>
border-color css
<style>
span { border-color: #32AEBF; }
span { border-color: rgb(50,174,191); }
td.TdClassName
{
border-color: #32AEBF;
}
.TagClassName
{
border-color: #32AEBF;
}
</style>