Shades of Pelorous #33AEBB
Tints of Pelorous #33AEBB
RGB
CMYK
RGB Variations
Color information
#33AEBB (or 0x33AEBB) is known color: Pelorous. HEX triplet: 33, AE and BB. RGB value is (51,174,187). Sum of RGB (Red+Green+Blue) = 51+174+187=412 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.38% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #33AEBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33AEBB is #CC5144. Grayscale: #8A8A8A. Windows color (decimal): -13390149 or 12299827. OLE color: 12299827.
HSL color Cylindrical-coordinate representation of color #33AEBB: hue angle of 185.74º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33AEBB is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 174 | 187 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.27 |
| HSL | 185.74º | 0.57% | 0.47% | - |
| HSV(B) | 185.74º | 0.73% | 0.73% | - |
| XYZ | 25.47 | 34.56 | 52.34 | - |
| YUV | 138.71 | 155.25 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 174 | 187 | 0.73 | 0.07 | 0 | 0.27 | 185.74 | 0.57 | 0.47 |
| Hex | 33 | AE | BB | 49 | 7 | 0 | 1B | BA | 39 | 2F |
| Octal | 63 | 256 | 273 | 111 | 7 | 0 | 33 | 272 | 71 | 57 |
| Binary | 110011 | 10101110 | 10111011 | 1001001 | 111 | 0 | 11011 | 10111010 | 111001 | 101111 |
Color Harmonies of #33AEBB
Complementary color
Monochromatic Colors of #33AEBB
Black with #33AEBB
Text Example
Text Example
White with #33AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AEBB; }
p { color: rgb(51,174,187); }
H1.HeaderClassName
{
color: #33AEBB;
}
.AnyTagClassName
{
color: #33AEBB;
}
</style>
background-color css
<style>
a { background-color: #33AEBB; }
a { background-color: rgb(51,174,187); }
div.DivClassName
{
background-color: #33AEBB;
}
.BgClassName
{
background-color: #33AEBB;
}
</style>
border-color css
<style>
span { border-color: #33AEBB; }
span { border-color: rgb(51,174,187); }
td.TdClassName
{
border-color: #33AEBB;
}
.TagClassName
{
border-color: #33AEBB;
}
</style>