Shades of Pelorous #33ABC0
Tints of Pelorous #33ABC0
RGB
CMYK
RGB Variations
Color information
#33ABC0 (or 0x33ABC0) is known color: Pelorous. HEX triplet: 33, AB and C0. RGB value is (51,171,192). Sum of RGB (Red+Green+Blue) = 51+171+192=414 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.32% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 192 - color contains mainly: blue. Hex color #33ABC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ABC0 is #CC543F. Grayscale: #898989. Windows color (decimal): -13390912 or 12626739. OLE color: 12626739.
HSL color Cylindrical-coordinate representation of color #33ABC0: hue angle of 188.94º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33ABC0 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 171 | 192 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.25 |
| HSL | 188.94º | 0.58% | 0.48% | - |
| HSV(B) | 188.94º | 0.73% | 0.75% | - |
| XYZ | 25.44 | 33.64 | 55.02 | - |
| YUV | 137.51 | 158.74 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 171 | 192 | 0.73 | 0.11 | 0 | 0.25 | 188.94 | 0.58 | 0.48 |
| Hex | 33 | AB | C0 | 49 | B | 0 | 19 | BD | 3A | 30 |
| Octal | 63 | 253 | 300 | 111 | 13 | 0 | 31 | 275 | 72 | 60 |
| Binary | 110011 | 10101011 | 11000000 | 1001001 | 1011 | 0 | 11001 | 10111101 | 111010 | 110000 |
Color Harmonies of #33ABC0
Complementary color
Monochromatic Colors of #33ABC0
Black with #33ABC0
Text Example
Text Example
White with #33ABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ABC0; }
p { color: rgb(51,171,192); }
H1.HeaderClassName
{
color: #33ABC0;
}
.AnyTagClassName
{
color: #33ABC0;
}
</style>
background-color css
<style>
a { background-color: #33ABC0; }
a { background-color: rgb(51,171,192); }
div.DivClassName
{
background-color: #33ABC0;
}
.BgClassName
{
background-color: #33ABC0;
}
</style>
border-color css
<style>
span { border-color: #33ABC0; }
span { border-color: rgb(51,171,192); }
td.TdClassName
{
border-color: #33ABC0;
}
.TagClassName
{
border-color: #33ABC0;
}
</style>