Shades of Pelorous #36ACB9
Tints of Pelorous #36ACB9
RGB
CMYK
RGB Variations
Color information
#36ACB9 (or 0x36ACB9) is known color: Pelorous. HEX triplet: 36, AC and B9. RGB value is (54,172,185). Sum of RGB (Red+Green+Blue) = 54+172+185=411 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.14% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 185 - color contains mainly: blue. Hex color #36ACB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36ACB9 is #C95346. Grayscale: #8A8A8A. Windows color (decimal): -13194055 or 12168246. OLE color: 12168246.
HSL color Cylindrical-coordinate representation of color #36ACB9: hue angle of 185.95º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36ACB9 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 172 | 185 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.27 |
| HSL | 185.95º | 0.55% | 0.47% | - |
| HSV(B) | 185.95º | 0.71% | 0.73% | - |
| XYZ | 25.03 | 33.79 | 51.1 | - |
| YUV | 138.2 | 154.41 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 172 | 185 | 0.71 | 0.07 | 0 | 0.27 | 185.95 | 0.55 | 0.47 |
| Hex | 36 | AC | B9 | 47 | 7 | 0 | 1B | BA | 37 | 2F |
| Octal | 66 | 254 | 271 | 107 | 7 | 0 | 33 | 272 | 67 | 57 |
| Binary | 110110 | 10101100 | 10111001 | 1000111 | 111 | 0 | 11011 | 10111010 | 110111 | 101111 |
Color Harmonies of #36ACB9
Complementary color
Monochromatic Colors of #36ACB9
Black with #36ACB9
Text Example
Text Example
White with #36ACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36ACB9; }
p { color: rgb(54,172,185); }
H1.HeaderClassName
{
color: #36ACB9;
}
.AnyTagClassName
{
color: #36ACB9;
}
</style>
background-color css
<style>
a { background-color: #36ACB9; }
a { background-color: rgb(54,172,185); }
div.DivClassName
{
background-color: #36ACB9;
}
.BgClassName
{
background-color: #36ACB9;
}
</style>
border-color css
<style>
span { border-color: #36ACB9; }
span { border-color: rgb(54,172,185); }
td.TdClassName
{
border-color: #36ACB9;
}
.TagClassName
{
border-color: #36ACB9;
}
</style>