Shades of Pelorous #2BACB9
Tints of Pelorous #2BACB9
RGB
CMYK
RGB Variations
Color information
#2BACB9 (or 0x2BACB9) is known color: Pelorous. HEX triplet: 2B, AC and B9. RGB value is (43,172,185). Sum of RGB (Red+Green+Blue) = 43+172+185=400 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.75% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 185 (72.66% from 255 or 46.25% from 400); Max value from RGB is 185 - color contains mainly: blue. Hex color #2BACB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BACB9 is #D45346. Grayscale: #868686. Windows color (decimal): -13914951 or 12168235. OLE color: 12168235.
HSL color Cylindrical-coordinate representation of color #2BACB9: hue angle of 185.49º 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 #2BACB9 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 172 | 185 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.27 |
| HSL | 185.49º | 0.62% | 0.45% | - |
| HSV(B) | 185.49º | 0.77% | 0.73% | - |
| XYZ | 24.51 | 33.52 | 51.08 | - |
| YUV | 134.91 | 156.26 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 185 | 0.77 | 0.07 | 0 | 0.27 | 185.49 | 0.62 | 0.45 |
| Hex | 2B | AC | B9 | 4D | 7 | 0 | 1B | B9 | 3E | 2D |
| Octal | 53 | 254 | 271 | 115 | 7 | 0 | 33 | 271 | 76 | 55 |
| Binary | 101011 | 10101100 | 10111001 | 1001101 | 111 | 0 | 11011 | 10111001 | 111110 | 101101 |
Color Harmonies of #2BACB9
Complementary color
Monochromatic Colors of #2BACB9
Black with #2BACB9
Text Example
Text Example
White with #2BACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BACB9; }
p { color: rgb(43,172,185); }
H1.HeaderClassName
{
color: #2BACB9;
}
.AnyTagClassName
{
color: #2BACB9;
}
</style>
background-color css
<style>
a { background-color: #2BACB9; }
a { background-color: rgb(43,172,185); }
div.DivClassName
{
background-color: #2BACB9;
}
.BgClassName
{
background-color: #2BACB9;
}
</style>
border-color css
<style>
span { border-color: #2BACB9; }
span { border-color: rgb(43,172,185); }
td.TdClassName
{
border-color: #2BACB9;
}
.TagClassName
{
border-color: #2BACB9;
}
</style>