Shades of Pelorous #2BADBB
Tints of Pelorous #2BADBB
RGB
CMYK
RGB Variations
Color information
#2BADBB (or 0x2BADBB) is known color: Pelorous. HEX triplet: 2B, AD and BB. RGB value is (43,173,187). Sum of RGB (Red+Green+Blue) = 43+173+187=403 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.67% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #2BADBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BADBB is #D45244. Grayscale: #878787. Windows color (decimal): -13914693 or 12299563. OLE color: 12299563.
HSL color Cylindrical-coordinate representation of color #2BADBB: hue angle of 185.83º 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 #2BADBB is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 173 | 187 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.27 |
| HSL | 185.83º | 0.63% | 0.45% | - |
| HSV(B) | 185.83º | 0.77% | 0.73% | - |
| XYZ | 24.91 | 33.99 | 52.26 | - |
| YUV | 135.73 | 156.93 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 187 | 0.77 | 0.07 | 0 | 0.27 | 185.83 | 0.63 | 0.45 |
| Hex | 2B | AD | BB | 4D | 7 | 0 | 1B | BA | 3F | 2D |
| Octal | 53 | 255 | 273 | 115 | 7 | 0 | 33 | 272 | 77 | 55 |
| Binary | 101011 | 10101101 | 10111011 | 1001101 | 111 | 0 | 11011 | 10111010 | 111111 | 101101 |
Color Harmonies of #2BADBB
Complementary color
Monochromatic Colors of #2BADBB
Black with #2BADBB
Text Example
Text Example
White with #2BADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BADBB; }
p { color: rgb(43,173,187); }
H1.HeaderClassName
{
color: #2BADBB;
}
.AnyTagClassName
{
color: #2BADBB;
}
</style>
background-color css
<style>
a { background-color: #2BADBB; }
a { background-color: rgb(43,173,187); }
div.DivClassName
{
background-color: #2BADBB;
}
.BgClassName
{
background-color: #2BADBB;
}
</style>
border-color css
<style>
span { border-color: #2BADBB; }
span { border-color: rgb(43,173,187); }
td.TdClassName
{
border-color: #2BADBB;
}
.TagClassName
{
border-color: #2BADBB;
}
</style>