Shades of Pelorous #33ADBD
Tints of Pelorous #33ADBD
RGB
CMYK
RGB Variations
Color information
#33ADBD (or 0x33ADBD) is known color: Pelorous. HEX triplet: 33, AD and BD. RGB value is (51,173,189). Sum of RGB (Red+Green+Blue) = 51+173+189=413 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.35% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #33ADBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ADBD is #CC5242. Grayscale: #8A8A8A. Windows color (decimal): -13390403 or 12430643. OLE color: 12430643.
HSL color Cylindrical-coordinate representation of color #33ADBD: hue angle of 186.96º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33ADBD is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 173 | 189 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.26 |
| HSL | 186.96º | 0.58% | 0.47% | - |
| HSV(B) | 186.96º | 0.73% | 0.74% | - |
| XYZ | 25.49 | 34.27 | 53.41 | - |
| YUV | 138.35 | 156.58 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 173 | 189 | 0.73 | 0.08 | 0 | 0.26 | 186.96 | 0.58 | 0.47 |
| Hex | 33 | AD | BD | 49 | 8 | 0 | 1A | BB | 3A | 2F |
| Octal | 63 | 255 | 275 | 111 | 10 | 0 | 32 | 273 | 72 | 57 |
| Binary | 110011 | 10101101 | 10111101 | 1001001 | 1000 | 0 | 11010 | 10111011 | 111010 | 101111 |
Color Harmonies of #33ADBD
Complementary color
Monochromatic Colors of #33ADBD
Black with #33ADBD
Text Example
Text Example
White with #33ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ADBD; }
p { color: rgb(51,173,189); }
H1.HeaderClassName
{
color: #33ADBD;
}
.AnyTagClassName
{
color: #33ADBD;
}
</style>
background-color css
<style>
a { background-color: #33ADBD; }
a { background-color: rgb(51,173,189); }
div.DivClassName
{
background-color: #33ADBD;
}
.BgClassName
{
background-color: #33ADBD;
}
</style>
border-color css
<style>
span { border-color: #33ADBD; }
span { border-color: rgb(51,173,189); }
td.TdClassName
{
border-color: #33ADBD;
}
.TagClassName
{
border-color: #33ADBD;
}
</style>