Shades of Pelorous #33A1AF
Tints of Pelorous #33A1AF
RGB
CMYK
RGB Variations
Color information
#33A1AF (or 0x33A1AF) is known color: Pelorous. HEX triplet: 33, A1 and AF. RGB value is (51,161,175). Sum of RGB (Red+Green+Blue) = 51+161+175=387 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.18% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #33A1AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A1AF is #CC5E50. Grayscale: #818181. Windows color (decimal): -13393489 or 11510067. OLE color: 11510067.
HSL color Cylindrical-coordinate representation of color #33A1AF: hue angle of 186.77º 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 #33A1AF is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 161 | 175 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.31 |
| HSL | 186.77º | 0.55% | 0.44% | - |
| HSV(B) | 186.77º | 0.71% | 0.69% | - |
| XYZ | 21.85 | 29.29 | 45.06 | - |
| YUV | 129.71 | 153.56 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 161 | 175 | 0.71 | 0.08 | 0 | 0.31 | 186.77 | 0.55 | 0.44 |
| Hex | 33 | A1 | AF | 47 | 8 | 0 | 1F | BB | 37 | 2C |
| Octal | 63 | 241 | 257 | 107 | 10 | 0 | 37 | 273 | 67 | 54 |
| Binary | 110011 | 10100001 | 10101111 | 1000111 | 1000 | 0 | 11111 | 10111011 | 110111 | 101100 |
Color Harmonies of #33A1AF
Complementary color
Monochromatic Colors of #33A1AF
Black with #33A1AF
Text Example
Text Example
White with #33A1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A1AF; }
p { color: rgb(51,161,175); }
H1.HeaderClassName
{
color: #33A1AF;
}
.AnyTagClassName
{
color: #33A1AF;
}
</style>
background-color css
<style>
a { background-color: #33A1AF; }
a { background-color: rgb(51,161,175); }
div.DivClassName
{
background-color: #33A1AF;
}
.BgClassName
{
background-color: #33A1AF;
}
</style>
border-color css
<style>
span { border-color: #33A1AF; }
span { border-color: rgb(51,161,175); }
td.TdClassName
{
border-color: #33A1AF;
}
.TagClassName
{
border-color: #33A1AF;
}
</style>