Shades of Pelorous #33AAB6
Tints of Pelorous #33AAB6
RGB
CMYK
RGB Variations
Color information
#33AAB6 (or 0x33AAB6) is known color: Pelorous. HEX triplet: 33, AA and B6. RGB value is (51,170,182). Sum of RGB (Red+Green+Blue) = 51+170+182=403 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.66% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 182 - color contains mainly: blue. Hex color #33AAB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33AAB6 is #CC5549. Grayscale: #878787. Windows color (decimal): -13391178 or 11971123. OLE color: 11971123.
HSL color Cylindrical-coordinate representation of color #33AAB6: hue angle of 185.5º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33AAB6 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 51 | 170 | 182 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.29 |
| HSL | 185.5º | 0.56% | 0.46% | - |
| HSV(B) | 185.5º | 0.72% | 0.71% | - |
| XYZ | 24.18 | 32.83 | 49.32 | - |
| YUV | 135.79 | 154.08 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 170 | 182 | 0.72 | 0.07 | 0 | 0.29 | 185.5 | 0.56 | 0.46 |
| Hex | 33 | AA | B6 | 48 | 7 | 0 | 1D | B9 | 38 | 2E |
| Octal | 63 | 252 | 266 | 110 | 7 | 0 | 35 | 271 | 70 | 56 |
| Binary | 110011 | 10101010 | 10110110 | 1001000 | 111 | 0 | 11101 | 10111001 | 111000 | 101110 |
Color Harmonies of #33AAB6
Complementary color
Monochromatic Colors of #33AAB6
Black with #33AAB6
Text Example
Text Example
White with #33AAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AAB6; }
p { color: rgb(51,170,182); }
H1.HeaderClassName
{
color: #33AAB6;
}
.AnyTagClassName
{
color: #33AAB6;
}
</style>
background-color css
<style>
a { background-color: #33AAB6; }
a { background-color: rgb(51,170,182); }
div.DivClassName
{
background-color: #33AAB6;
}
.BgClassName
{
background-color: #33AAB6;
}
</style>
border-color css
<style>
span { border-color: #33AAB6; }
span { border-color: rgb(51,170,182); }
td.TdClassName
{
border-color: #33AAB6;
}
.TagClassName
{
border-color: #33AAB6;
}
</style>