Shades of Pelorous #33A0AA
Tints of Pelorous #33A0AA
RGB
CMYK
RGB Variations
Color information
#33A0AA (or 0x33A0AA) is known color: Pelorous. HEX triplet: 33, A0 and AA. RGB value is (51,160,170). Sum of RGB (Red+Green+Blue) = 51+160+170=381 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.39% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #33A0AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A0AA is #CC5F55. Grayscale: #808080. Windows color (decimal): -13393750 or 11182131. OLE color: 11182131.
HSL color Cylindrical-coordinate representation of color #33A0AA: hue angle of 185.04º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33A0AA is Cyan = 0.7, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 160 | 170 | - |
| CMYK | 0.7 | 0.06 | 0 | 0.33 |
| HSL | 185.04º | 0.54% | 0.43% | - |
| HSV(B) | 185.04º | 0.7% | 0.67% | - |
| XYZ | 21.19 | 28.75 | 42.46 | - |
| YUV | 128.55 | 151.39 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 160 | 170 | 0.7 | 0.06 | 0 | 0.33 | 185.04 | 0.54 | 0.43 |
| Hex | 33 | A0 | AA | 46 | 6 | 0 | 21 | B9 | 36 | 2B |
| Octal | 63 | 240 | 252 | 106 | 6 | 0 | 41 | 271 | 66 | 53 |
| Binary | 110011 | 10100000 | 10101010 | 1000110 | 110 | 0 | 100001 | 10111001 | 110110 | 101011 |
Color Harmonies of #33A0AA
Complementary color
Monochromatic Colors of #33A0AA
Black with #33A0AA
Text Example
Text Example
White with #33A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A0AA; }
p { color: rgb(51,160,170); }
H1.HeaderClassName
{
color: #33A0AA;
}
.AnyTagClassName
{
color: #33A0AA;
}
</style>
background-color css
<style>
a { background-color: #33A0AA; }
a { background-color: rgb(51,160,170); }
div.DivClassName
{
background-color: #33A0AA;
}
.BgClassName
{
background-color: #33A0AA;
}
</style>
border-color css
<style>
span { border-color: #33A0AA; }
span { border-color: rgb(51,160,170); }
td.TdClassName
{
border-color: #33A0AA;
}
.TagClassName
{
border-color: #33A0AA;
}
</style>