Shades of Pelorous #2FABBA
Tints of Pelorous #2FABBA
RGB
CMYK
RGB Variations
Color information
#2FABBA (or 0x2FABBA) is known color: Pelorous. HEX triplet: 2F, AB and BA. RGB value is (47,171,186). Sum of RGB (Red+Green+Blue) = 47+171+186=404 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.63% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #2FABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FABBA is #D05445. Grayscale: #878787. Windows color (decimal): -13653062 or 12233519. OLE color: 12233519.
HSL color Cylindrical-coordinate representation of color #2FABBA: hue angle of 186.47º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FABBA is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 171 | 186 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.27 |
| HSL | 186.47º | 0.6% | 0.46% | - |
| HSV(B) | 186.47º | 0.75% | 0.73% | - |
| XYZ | 24.6 | 33.28 | 51.58 | - |
| YUV | 135.63 | 156.42 | 64.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 171 | 186 | 0.75 | 0.08 | 0 | 0.27 | 186.47 | 0.6 | 0.46 |
| Hex | 2F | AB | BA | 4B | 8 | 0 | 1B | BA | 3C | 2E |
| Octal | 57 | 253 | 272 | 113 | 10 | 0 | 33 | 272 | 74 | 56 |
| Binary | 101111 | 10101011 | 10111010 | 1001011 | 1000 | 0 | 11011 | 10111010 | 111100 | 101110 |
Color Harmonies of #2FABBA
Complementary color
Monochromatic Colors of #2FABBA
Black with #2FABBA
Text Example
Text Example
White with #2FABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FABBA; }
p { color: rgb(47,171,186); }
H1.HeaderClassName
{
color: #2FABBA;
}
.AnyTagClassName
{
color: #2FABBA;
}
</style>
background-color css
<style>
a { background-color: #2FABBA; }
a { background-color: rgb(47,171,186); }
div.DivClassName
{
background-color: #2FABBA;
}
.BgClassName
{
background-color: #2FABBA;
}
</style>
border-color css
<style>
span { border-color: #2FABBA; }
span { border-color: rgb(47,171,186); }
td.TdClassName
{
border-color: #2FABBA;
}
.TagClassName
{
border-color: #2FABBA;
}
</style>