Shades of Pelorous #2BA2BE
Tints of Pelorous #2BA2BE
RGB
CMYK
RGB Variations
Color information
#2BA2BE (or 0x2BA2BE) is known color: Pelorous. HEX triplet: 2B, A2 and BE. RGB value is (43,162,190). Sum of RGB (Red+Green+Blue) = 43+162+190=395 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.89% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #2BA2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA2BE is #D45D41. Grayscale: #818181. Windows color (decimal): -13917506 or 12493355. OLE color: 12493355.
HSL color Cylindrical-coordinate representation of color #2BA2BE: hue angle of 191.43º 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 #2BA2BE is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 162 | 190 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.25 |
| HSL | 191.43º | 0.63% | 0.46% | - |
| HSV(B) | 191.43º | 0.77% | 0.75% | - |
| XYZ | 23.21 | 30.07 | 53.3 | - |
| YUV | 129.61 | 162.08 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 162 | 190 | 0.77 | 0.15 | 0 | 0.25 | 191.43 | 0.63 | 0.46 |
| Hex | 2B | A2 | BE | 4D | F | 0 | 19 | BF | 3F | 2E |
| Octal | 53 | 242 | 276 | 115 | 17 | 0 | 31 | 277 | 77 | 56 |
| Binary | 101011 | 10100010 | 10111110 | 1001101 | 1111 | 0 | 11001 | 10111111 | 111111 | 101110 |
Color Harmonies of #2BA2BE
Complementary color
Monochromatic Colors of #2BA2BE
Black with #2BA2BE
Text Example
Text Example
White with #2BA2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA2BE; }
p { color: rgb(43,162,190); }
H1.HeaderClassName
{
color: #2BA2BE;
}
.AnyTagClassName
{
color: #2BA2BE;
}
</style>
background-color css
<style>
a { background-color: #2BA2BE; }
a { background-color: rgb(43,162,190); }
div.DivClassName
{
background-color: #2BA2BE;
}
.BgClassName
{
background-color: #2BA2BE;
}
</style>
border-color css
<style>
span { border-color: #2BA2BE; }
span { border-color: rgb(43,162,190); }
td.TdClassName
{
border-color: #2BA2BE;
}
.TagClassName
{
border-color: #2BA2BE;
}
</style>