Shades of Pelorous #33ADBA
Tints of Pelorous #33ADBA
RGB
CMYK
RGB Variations
Color information
#33ADBA (or 0x33ADBA) is known color: Pelorous. HEX triplet: 33, AD and BA. RGB value is (51,173,186). Sum of RGB (Red+Green+Blue) = 51+173+186=410 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.44% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #33ADBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ADBA is #CC5245. Grayscale: #898989. Windows color (decimal): -13390406 or 12234035. OLE color: 12234035.
HSL color Cylindrical-coordinate representation of color #33ADBA: hue angle of 185.78º 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 #33ADBA is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 173 | 186 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.27 |
| HSL | 185.78º | 0.57% | 0.46% | - |
| HSV(B) | 185.78º | 0.73% | 0.73% | - |
| XYZ | 25.17 | 34.14 | 51.72 | - |
| YUV | 138 | 155.08 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 173 | 186 | 0.73 | 0.07 | 0 | 0.27 | 185.78 | 0.57 | 0.46 |
| Hex | 33 | AD | BA | 49 | 7 | 0 | 1B | BA | 39 | 2E |
| Octal | 63 | 255 | 272 | 111 | 7 | 0 | 33 | 272 | 71 | 56 |
| Binary | 110011 | 10101101 | 10111010 | 1001001 | 111 | 0 | 11011 | 10111010 | 111001 | 101110 |
Color Harmonies of #33ADBA
Complementary color
Monochromatic Colors of #33ADBA
Black with #33ADBA
Text Example
Text Example
White with #33ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ADBA; }
p { color: rgb(51,173,186); }
H1.HeaderClassName
{
color: #33ADBA;
}
.AnyTagClassName
{
color: #33ADBA;
}
</style>
background-color css
<style>
a { background-color: #33ADBA; }
a { background-color: rgb(51,173,186); }
div.DivClassName
{
background-color: #33ADBA;
}
.BgClassName
{
background-color: #33ADBA;
}
</style>
border-color css
<style>
span { border-color: #33ADBA; }
span { border-color: rgb(51,173,186); }
td.TdClassName
{
border-color: #33ADBA;
}
.TagClassName
{
border-color: #33ADBA;
}
</style>