Shades of Pelorous #1BA0AE
Tints of Pelorous #1BA0AE
RGB
CMYK
RGB Variations
Color information
#1BA0AE (or 0x1BA0AE) is known color: Pelorous. HEX triplet: 1B, A0 and AE. RGB value is (27,160,174). Sum of RGB (Red+Green+Blue) = 27+160+174=361 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.48% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #1BA0AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA0AE is #E45F51. Grayscale: #797979. Windows color (decimal): -14966610 or 11444251. OLE color: 11444251.
HSL color Cylindrical-coordinate representation of color #1BA0AE: hue angle of 185.71º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA0AE is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 160 | 174 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.32 |
| HSL | 185.71º | 0.73% | 0.39% | - |
| HSV(B) | 185.71º | 0.84% | 0.68% | - |
| XYZ | 20.66 | 28.43 | 44.44 | - |
| YUV | 121.83 | 157.44 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 160 | 174 | 0.84 | 0.08 | 0 | 0.32 | 185.71 | 0.73 | 0.39 |
| Hex | 1B | A0 | AE | 54 | 8 | 0 | 20 | BA | 49 | 27 |
| Octal | 33 | 240 | 256 | 124 | 10 | 0 | 40 | 272 | 111 | 47 |
| Binary | 11011 | 10100000 | 10101110 | 1010100 | 1000 | 0 | 100000 | 10111010 | 1001001 | 100111 |
Color Harmonies of #1BA0AE
Complementary color
Monochromatic Colors of #1BA0AE
Black with #1BA0AE
Text Example
Text Example
White with #1BA0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA0AE; }
p { color: rgb(27,160,174); }
H1.HeaderClassName
{
color: #1BA0AE;
}
.AnyTagClassName
{
color: #1BA0AE;
}
</style>
background-color css
<style>
a { background-color: #1BA0AE; }
a { background-color: rgb(27,160,174); }
div.DivClassName
{
background-color: #1BA0AE;
}
.BgClassName
{
background-color: #1BA0AE;
}
</style>
border-color css
<style>
span { border-color: #1BA0AE; }
span { border-color: rgb(27,160,174); }
td.TdClassName
{
border-color: #1BA0AE;
}
.TagClassName
{
border-color: #1BA0AE;
}
</style>