Shades of Pelorous #2BA0BE
Tints of Pelorous #2BA0BE
RGB
CMYK
RGB Variations
Color information
#2BA0BE (or 0x2BA0BE) is known color: Pelorous. HEX triplet: 2B, A0 and BE. RGB value is (43,160,190). Sum of RGB (Red+Green+Blue) = 43+160+190=393 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.94% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #2BA0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA0BE is #D45F41. Grayscale: #808080. Windows color (decimal): -13918018 or 12492843. OLE color: 12492843.
HSL color Cylindrical-coordinate representation of color #2BA0BE: hue angle of 192.24º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BA0BE is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 160 | 190 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.25 |
| HSL | 192.24º | 0.63% | 0.46% | - |
| HSV(B) | 192.24º | 0.77% | 0.75% | - |
| XYZ | 22.86 | 29.37 | 53.18 | - |
| YUV | 128.44 | 162.74 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 190 | 0.77 | 0.16 | 0 | 0.25 | 192.24 | 0.63 | 0.46 |
| Hex | 2B | A0 | BE | 4D | 10 | 0 | 19 | C0 | 3F | 2E |
| Octal | 53 | 240 | 276 | 115 | 20 | 0 | 31 | 300 | 77 | 56 |
| Binary | 101011 | 10100000 | 10111110 | 1001101 | 10000 | 0 | 11001 | 11000000 | 111111 | 101110 |
Color Harmonies of #2BA0BE
Complementary color
Monochromatic Colors of #2BA0BE
Black with #2BA0BE
Text Example
Text Example
White with #2BA0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA0BE; }
p { color: rgb(43,160,190); }
H1.HeaderClassName
{
color: #2BA0BE;
}
.AnyTagClassName
{
color: #2BA0BE;
}
</style>
background-color css
<style>
a { background-color: #2BA0BE; }
a { background-color: rgb(43,160,190); }
div.DivClassName
{
background-color: #2BA0BE;
}
.BgClassName
{
background-color: #2BA0BE;
}
</style>
border-color css
<style>
span { border-color: #2BA0BE; }
span { border-color: rgb(43,160,190); }
td.TdClassName
{
border-color: #2BA0BE;
}
.TagClassName
{
border-color: #2BA0BE;
}
</style>