Shades of Pelorous #2BA7BE
Tints of Pelorous #2BA7BE
RGB
CMYK
RGB Variations
Color information
#2BA7BE (or 0x2BA7BE) is known color: Pelorous. HEX triplet: 2B, A7 and BE. RGB value is (43,167,190). Sum of RGB (Red+Green+Blue) = 43+167+190=400 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.75% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #2BA7BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA7BE is #D45841. Grayscale: #848484. Windows color (decimal): -13916226 or 12494635. OLE color: 12494635.
HSL color Cylindrical-coordinate representation of color #2BA7BE: hue angle of 189.39º 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 #2BA7BE is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 167 | 190 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.25 |
| HSL | 189.39º | 0.63% | 0.46% | - |
| HSV(B) | 189.39º | 0.77% | 0.75% | - |
| XYZ | 24.11 | 31.87 | 53.6 | - |
| YUV | 132.55 | 160.42 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 167 | 190 | 0.77 | 0.12 | 0 | 0.25 | 189.39 | 0.63 | 0.46 |
| Hex | 2B | A7 | BE | 4D | C | 0 | 19 | BD | 3F | 2E |
| Octal | 53 | 247 | 276 | 115 | 14 | 0 | 31 | 275 | 77 | 56 |
| Binary | 101011 | 10100111 | 10111110 | 1001101 | 1100 | 0 | 11001 | 10111101 | 111111 | 101110 |
Color Harmonies of #2BA7BE
Complementary color
Monochromatic Colors of #2BA7BE
Black with #2BA7BE
Text Example
Text Example
White with #2BA7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA7BE; }
p { color: rgb(43,167,190); }
H1.HeaderClassName
{
color: #2BA7BE;
}
.AnyTagClassName
{
color: #2BA7BE;
}
</style>
background-color css
<style>
a { background-color: #2BA7BE; }
a { background-color: rgb(43,167,190); }
div.DivClassName
{
background-color: #2BA7BE;
}
.BgClassName
{
background-color: #2BA7BE;
}
</style>
border-color css
<style>
span { border-color: #2BA7BE; }
span { border-color: rgb(43,167,190); }
td.TdClassName
{
border-color: #2BA7BE;
}
.TagClassName
{
border-color: #2BA7BE;
}
</style>