Shades of Pelorous #2B9AAA
Tints of Pelorous #2B9AAA
RGB
CMYK
RGB Variations
Color information
#2B9AAA (or 0x2B9AAA) is known color: Pelorous. HEX triplet: 2B, 9A and AA. RGB value is (43,154,170). Sum of RGB (Red+Green+Blue) = 43+154+170=367 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.72% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B9AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9AAA is #D46555. Grayscale: #7A7A7A. Windows color (decimal): -13919574 or 11180587. OLE color: 11180587.
HSL color Cylindrical-coordinate representation of color #2B9AAA: hue angle of 187.56º 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 #2B9AAA is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 154 | 170 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.33 |
| HSL | 187.56º | 0.6% | 0.42% | - |
| HSV(B) | 187.56º | 0.75% | 0.67% | - |
| XYZ | 19.81 | 26.53 | 42.11 | - |
| YUV | 122.64 | 154.73 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 154 | 170 | 0.75 | 0.09 | 0 | 0.33 | 187.56 | 0.6 | 0.42 |
| Hex | 2B | 9A | AA | 4B | 9 | 0 | 21 | BC | 3C | 2A |
| Octal | 53 | 232 | 252 | 113 | 11 | 0 | 41 | 274 | 74 | 52 |
| Binary | 101011 | 10011010 | 10101010 | 1001011 | 1001 | 0 | 100001 | 10111100 | 111100 | 101010 |
Color Harmonies of #2B9AAA
Complementary color
Monochromatic Colors of #2B9AAA
Black with #2B9AAA
Text Example
Text Example
White with #2B9AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9AAA; }
p { color: rgb(43,154,170); }
H1.HeaderClassName
{
color: #2B9AAA;
}
.AnyTagClassName
{
color: #2B9AAA;
}
</style>
background-color css
<style>
a { background-color: #2B9AAA; }
a { background-color: rgb(43,154,170); }
div.DivClassName
{
background-color: #2B9AAA;
}
.BgClassName
{
background-color: #2B9AAA;
}
</style>
border-color css
<style>
span { border-color: #2B9AAA; }
span { border-color: rgb(43,154,170); }
td.TdClassName
{
border-color: #2B9AAA;
}
.TagClassName
{
border-color: #2B9AAA;
}
</style>