Shades of Pelorous #33A6C0
Tints of Pelorous #33A6C0
RGB
CMYK
RGB Variations
Color information
#33A6C0 (or 0x33A6C0) is known color: Pelorous. HEX triplet: 33, A6 and C0. RGB value is (51,166,192). Sum of RGB (Red+Green+Blue) = 51+166+192=409 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.47% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 192 - color contains mainly: blue. Hex color #33A6C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A6C0 is #CC593F. Grayscale: #868686. Windows color (decimal): -13392192 or 12625459. OLE color: 12625459.
HSL color Cylindrical-coordinate representation of color #33A6C0: hue angle of 191.06º 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 #33A6C0 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 166 | 192 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.25 |
| HSL | 191.06º | 0.58% | 0.48% | - |
| HSV(B) | 191.06º | 0.73% | 0.75% | - |
| XYZ | 24.52 | 31.78 | 54.71 | - |
| YUV | 134.58 | 160.4 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 166 | 192 | 0.73 | 0.14 | 0 | 0.25 | 191.06 | 0.58 | 0.48 |
| Hex | 33 | A6 | C0 | 49 | E | 0 | 19 | BF | 3A | 30 |
| Octal | 63 | 246 | 300 | 111 | 16 | 0 | 31 | 277 | 72 | 60 |
| Binary | 110011 | 10100110 | 11000000 | 1001001 | 1110 | 0 | 11001 | 10111111 | 111010 | 110000 |
Color Harmonies of #33A6C0
Complementary color
Monochromatic Colors of #33A6C0
Black with #33A6C0
Text Example
Text Example
White with #33A6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A6C0; }
p { color: rgb(51,166,192); }
H1.HeaderClassName
{
color: #33A6C0;
}
.AnyTagClassName
{
color: #33A6C0;
}
</style>
background-color css
<style>
a { background-color: #33A6C0; }
a { background-color: rgb(51,166,192); }
div.DivClassName
{
background-color: #33A6C0;
}
.BgClassName
{
background-color: #33A6C0;
}
</style>
border-color css
<style>
span { border-color: #33A6C0; }
span { border-color: rgb(51,166,192); }
td.TdClassName
{
border-color: #33A6C0;
}
.TagClassName
{
border-color: #33A6C0;
}
</style>