Shades of Pelorous #2BA2BB
Tints of Pelorous #2BA2BB
RGB
CMYK
RGB Variations
Color information
#2BA2BB (or 0x2BA2BB) is known color: Pelorous. HEX triplet: 2B, A2 and BB. RGB value is (43,162,187). Sum of RGB (Red+Green+Blue) = 43+162+187=392 (51% of max value = 765). Red value is 43 (17.19% from 255 or 10.97% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #2BA2BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA2BB is #D45D44. Grayscale: #818181. Windows color (decimal): -13917509 or 12296747. OLE color: 12296747.
HSL color Cylindrical-coordinate representation of color #2BA2BB: hue angle of 190.42º degrees, saturation: 0.63, 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 #2BA2BB is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 162 | 187 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.27 |
| HSL | 190.42º | 0.63% | 0.45% | - |
| HSV(B) | 190.42º | 0.77% | 0.73% | - |
| XYZ | 22.89 | 29.94 | 51.59 | - |
| YUV | 129.27 | 160.58 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 162 | 187 | 0.77 | 0.13 | 0 | 0.27 | 190.42 | 0.63 | 0.45 |
| Hex | 2B | A2 | BB | 4D | D | 0 | 1B | BE | 3F | 2D |
| Octal | 53 | 242 | 273 | 115 | 15 | 0 | 33 | 276 | 77 | 55 |
| Binary | 101011 | 10100010 | 10111011 | 1001101 | 1101 | 0 | 11011 | 10111110 | 111111 | 101101 |
Color Harmonies of #2BA2BB
Complementary color
Monochromatic Colors of #2BA2BB
Black with #2BA2BB
Text Example
Text Example
White with #2BA2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA2BB; }
p { color: rgb(43,162,187); }
H1.HeaderClassName
{
color: #2BA2BB;
}
.AnyTagClassName
{
color: #2BA2BB;
}
</style>
background-color css
<style>
a { background-color: #2BA2BB; }
a { background-color: rgb(43,162,187); }
div.DivClassName
{
background-color: #2BA2BB;
}
.BgClassName
{
background-color: #2BA2BB;
}
</style>
border-color css
<style>
span { border-color: #2BA2BB; }
span { border-color: rgb(43,162,187); }
td.TdClassName
{
border-color: #2BA2BB;
}
.TagClassName
{
border-color: #2BA2BB;
}
</style>