Shades of Pelorous #33A7BA
Tints of Pelorous #33A7BA
RGB
CMYK
RGB Variations
Color information
#33A7BA (or 0x33A7BA) is known color: Pelorous. HEX triplet: 33, A7 and BA. RGB value is (51,167,186). Sum of RGB (Red+Green+Blue) = 51+167+186=404 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.62% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #33A7BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A7BA is #CC5845. Grayscale: #868686. Windows color (decimal): -13391942 or 12232499. OLE color: 12232499.
HSL color Cylindrical-coordinate representation of color #33A7BA: hue angle of 188.44º degrees, saturation: 0.57, 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 #33A7BA is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 167 | 186 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.27 |
| HSL | 188.44º | 0.57% | 0.46% | - |
| HSV(B) | 188.44º | 0.73% | 0.73% | - |
| XYZ | 24.05 | 31.89 | 51.34 | - |
| YUV | 134.48 | 157.07 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 167 | 186 | 0.73 | 0.10 | 0 | 0.27 | 188.44 | 0.57 | 0.46 |
| Hex | 33 | A7 | BA | 49 | A | 0 | 1B | BC | 39 | 2E |
| Octal | 63 | 247 | 272 | 111 | 12 | 0 | 33 | 274 | 71 | 56 |
| Binary | 110011 | 10100111 | 10111010 | 1001001 | 1010 | 0 | 11011 | 10111100 | 111001 | 101110 |
Color Harmonies of #33A7BA
Complementary color
Monochromatic Colors of #33A7BA
Black with #33A7BA
Text Example
Text Example
White with #33A7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A7BA; }
p { color: rgb(51,167,186); }
H1.HeaderClassName
{
color: #33A7BA;
}
.AnyTagClassName
{
color: #33A7BA;
}
</style>
background-color css
<style>
a { background-color: #33A7BA; }
a { background-color: rgb(51,167,186); }
div.DivClassName
{
background-color: #33A7BA;
}
.BgClassName
{
background-color: #33A7BA;
}
</style>
border-color css
<style>
span { border-color: #33A7BA; }
span { border-color: rgb(51,167,186); }
td.TdClassName
{
border-color: #33A7BA;
}
.TagClassName
{
border-color: #33A7BA;
}
</style>