Shades of Pelorous #2BA7BA
Tints of Pelorous #2BA7BA
RGB
CMYK
RGB Variations
Color information
#2BA7BA (or 0x2BA7BA) is known color: Pelorous. HEX triplet: 2B, A7 and BA. RGB value is (43,167,186). Sum of RGB (Red+Green+Blue) = 43+167+186=396 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.86% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #2BA7BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA7BA is #D45845. Grayscale: #838383. Windows color (decimal): -13916230 or 12232491. OLE color: 12232491.
HSL color Cylindrical-coordinate representation of color #2BA7BA: hue angle of 187.97º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BA7BA is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 167 | 186 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.27 |
| HSL | 187.97º | 0.62% | 0.45% | - |
| HSV(B) | 187.97º | 0.77% | 0.73% | - |
| XYZ | 23.68 | 31.7 | 51.32 | - |
| YUV | 132.09 | 158.42 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 167 | 186 | 0.77 | 0.10 | 0 | 0.27 | 187.97 | 0.62 | 0.45 |
| Hex | 2B | A7 | BA | 4D | A | 0 | 1B | BC | 3E | 2D |
| Octal | 53 | 247 | 272 | 115 | 12 | 0 | 33 | 274 | 76 | 55 |
| Binary | 101011 | 10100111 | 10111010 | 1001101 | 1010 | 0 | 11011 | 10111100 | 111110 | 101101 |
Color Harmonies of #2BA7BA
Complementary color
Monochromatic Colors of #2BA7BA
Black with #2BA7BA
Text Example
Text Example
White with #2BA7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA7BA; }
p { color: rgb(43,167,186); }
H1.HeaderClassName
{
color: #2BA7BA;
}
.AnyTagClassName
{
color: #2BA7BA;
}
</style>
background-color css
<style>
a { background-color: #2BA7BA; }
a { background-color: rgb(43,167,186); }
div.DivClassName
{
background-color: #2BA7BA;
}
.BgClassName
{
background-color: #2BA7BA;
}
</style>
border-color css
<style>
span { border-color: #2BA7BA; }
span { border-color: rgb(43,167,186); }
td.TdClassName
{
border-color: #2BA7BA;
}
.TagClassName
{
border-color: #2BA7BA;
}
</style>