Shades of Pelorous #2B9CAA
Tints of Pelorous #2B9CAA
RGB
CMYK
RGB Variations
Color information
#2B9CAA (or 0x2B9CAA) is known color: Pelorous. HEX triplet: 2B, 9C and AA. RGB value is (43,156,170). Sum of RGB (Red+Green+Blue) = 43+156+170=369 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.65% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B9CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9CAA is #D46355. Grayscale: #7B7B7B. Windows color (decimal): -13919062 or 11181099. OLE color: 11181099.
HSL color Cylindrical-coordinate representation of color #2B9CAA: hue angle of 186.61º 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 #2B9CAA is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 156 | 170 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.33 |
| HSL | 186.61º | 0.6% | 0.42% | - |
| HSV(B) | 186.61º | 0.75% | 0.67% | - |
| XYZ | 20.14 | 27.19 | 42.22 | - |
| YUV | 123.81 | 154.06 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 156 | 170 | 0.75 | 0.08 | 0 | 0.33 | 186.61 | 0.6 | 0.42 |
| Hex | 2B | 9C | AA | 4B | 8 | 0 | 21 | BB | 3C | 2A |
| Octal | 53 | 234 | 252 | 113 | 10 | 0 | 41 | 273 | 74 | 52 |
| Binary | 101011 | 10011100 | 10101010 | 1001011 | 1000 | 0 | 100001 | 10111011 | 111100 | 101010 |
Color Harmonies of #2B9CAA
Complementary color
Monochromatic Colors of #2B9CAA
Black with #2B9CAA
Text Example
Text Example
White with #2B9CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9CAA; }
p { color: rgb(43,156,170); }
H1.HeaderClassName
{
color: #2B9CAA;
}
.AnyTagClassName
{
color: #2B9CAA;
}
</style>
background-color css
<style>
a { background-color: #2B9CAA; }
a { background-color: rgb(43,156,170); }
div.DivClassName
{
background-color: #2B9CAA;
}
.BgClassName
{
background-color: #2B9CAA;
}
</style>
border-color css
<style>
span { border-color: #2B9CAA; }
span { border-color: rgb(43,156,170); }
td.TdClassName
{
border-color: #2B9CAA;
}
.TagClassName
{
border-color: #2B9CAA;
}
</style>