Shades of Pelorous #33A0AF
Tints of Pelorous #33A0AF
RGB
CMYK
RGB Variations
Color information
#33A0AF (or 0x33A0AF) is known color: Pelorous. HEX triplet: 33, A0 and AF. RGB value is (51,160,175). Sum of RGB (Red+Green+Blue) = 51+160+175=386 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.21% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #33A0AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A0AF is #CC5F50. Grayscale: #808080. Windows color (decimal): -13393745 or 11509811. OLE color: 11509811.
HSL color Cylindrical-coordinate representation of color #33A0AF: hue angle of 187.26º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33A0AF is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 160 | 175 | - |
| CMYK | 0.71 | 0.09 | 0 | 0.31 |
| HSL | 187.26º | 0.55% | 0.44% | - |
| HSV(B) | 187.26º | 0.71% | 0.69% | - |
| XYZ | 21.67 | 28.94 | 45 | - |
| YUV | 129.12 | 153.89 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 160 | 175 | 0.71 | 0.09 | 0 | 0.31 | 187.26 | 0.55 | 0.44 |
| Hex | 33 | A0 | AF | 47 | 9 | 0 | 1F | BB | 37 | 2C |
| Octal | 63 | 240 | 257 | 107 | 11 | 0 | 37 | 273 | 67 | 54 |
| Binary | 110011 | 10100000 | 10101111 | 1000111 | 1001 | 0 | 11111 | 10111011 | 110111 | 101100 |
Color Harmonies of #33A0AF
Complementary color
Monochromatic Colors of #33A0AF
Black with #33A0AF
Text Example
Text Example
White with #33A0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A0AF; }
p { color: rgb(51,160,175); }
H1.HeaderClassName
{
color: #33A0AF;
}
.AnyTagClassName
{
color: #33A0AF;
}
</style>
background-color css
<style>
a { background-color: #33A0AF; }
a { background-color: rgb(51,160,175); }
div.DivClassName
{
background-color: #33A0AF;
}
.BgClassName
{
background-color: #33A0AF;
}
</style>
border-color css
<style>
span { border-color: #33A0AF; }
span { border-color: rgb(51,160,175); }
td.TdClassName
{
border-color: #33A0AF;
}
.TagClassName
{
border-color: #33A0AF;
}
</style>