Shades of Pelorous #2BAAC4
Tints of Pelorous #2BAAC4
RGB
CMYK
RGB Variations
Color information
#2BAAC4 (or 0x2BAAC4) is known color: Pelorous. HEX triplet: 2B, AA and C4. RGB value is (43,170,196). Sum of RGB (Red+Green+Blue) = 43+170+196=409 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.51% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 196 (76.95% from 255 or 47.92% from 409); Max value from RGB is 196 - color contains mainly: blue. Hex color #2BAAC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAAC4 is #D4553B. Grayscale: #868686. Windows color (decimal): -13915452 or 12888619. OLE color: 12888619.
HSL color Cylindrical-coordinate representation of color #2BAAC4: hue angle of 190.2º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BAAC4 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 43 | 170 | 196 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.23 |
| HSL | 190.2º | 0.64% | 0.47% | - |
| HSV(B) | 190.2º | 0.78% | 0.77% | - |
| XYZ | 25.33 | 33.25 | 57.31 | - |
| YUV | 134.99 | 162.42 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 196 | 0.78 | 0.13 | 0 | 0.23 | 190.2 | 0.64 | 0.47 |
| Hex | 2B | AA | C4 | 4E | D | 0 | 17 | BE | 40 | 2F |
| Octal | 53 | 252 | 304 | 116 | 15 | 0 | 27 | 276 | 100 | 57 |
| Binary | 101011 | 10101010 | 11000100 | 1001110 | 1101 | 0 | 10111 | 10111110 | 1000000 | 101111 |
Color Harmonies of #2BAAC4
Complementary color
Monochromatic Colors of #2BAAC4
Black with #2BAAC4
Text Example
Text Example
White with #2BAAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAAC4; }
p { color: rgb(43,170,196); }
H1.HeaderClassName
{
color: #2BAAC4;
}
.AnyTagClassName
{
color: #2BAAC4;
}
</style>
background-color css
<style>
a { background-color: #2BAAC4; }
a { background-color: rgb(43,170,196); }
div.DivClassName
{
background-color: #2BAAC4;
}
.BgClassName
{
background-color: #2BAAC4;
}
</style>
border-color css
<style>
span { border-color: #2BAAC4; }
span { border-color: rgb(43,170,196); }
td.TdClassName
{
border-color: #2BAAC4;
}
.TagClassName
{
border-color: #2BAAC4;
}
</style>