Shades of Pelorous #2B9BAA
Tints of Pelorous #2B9BAA
RGB
CMYK
RGB Variations
Color information
#2B9BAA (or 0x2B9BAA) is known color: Pelorous. HEX triplet: 2B, 9B and AA. RGB value is (43,155,170). Sum of RGB (Red+Green+Blue) = 43+155+170=368 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.68% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B9BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9BAA is #D46455. Grayscale: #7B7B7B. Windows color (decimal): -13919318 or 11180843. OLE color: 11180843.
HSL color Cylindrical-coordinate representation of color #2B9BAA: hue angle of 187.09º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B9BAA is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 155 | 170 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.33 |
| HSL | 187.09º | 0.6% | 0.42% | - |
| HSV(B) | 187.09º | 0.75% | 0.67% | - |
| XYZ | 19.97 | 26.86 | 42.16 | - |
| YUV | 123.22 | 154.39 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 155 | 170 | 0.75 | 0.09 | 0 | 0.33 | 187.09 | 0.6 | 0.42 |
| Hex | 2B | 9B | AA | 4B | 9 | 0 | 21 | BB | 3C | 2A |
| Octal | 53 | 233 | 252 | 113 | 11 | 0 | 41 | 273 | 74 | 52 |
| Binary | 101011 | 10011011 | 10101010 | 1001011 | 1001 | 0 | 100001 | 10111011 | 111100 | 101010 |
Color Harmonies of #2B9BAA
Complementary color
Monochromatic Colors of #2B9BAA
Black with #2B9BAA
Text Example
Text Example
White with #2B9BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9BAA; }
p { color: rgb(43,155,170); }
H1.HeaderClassName
{
color: #2B9BAA;
}
.AnyTagClassName
{
color: #2B9BAA;
}
</style>
background-color css
<style>
a { background-color: #2B9BAA; }
a { background-color: rgb(43,155,170); }
div.DivClassName
{
background-color: #2B9BAA;
}
.BgClassName
{
background-color: #2B9BAA;
}
</style>
border-color css
<style>
span { border-color: #2B9BAA; }
span { border-color: rgb(43,155,170); }
td.TdClassName
{
border-color: #2B9BAA;
}
.TagClassName
{
border-color: #2B9BAA;
}
</style>