Shades of Pelorous #2FACBB
Tints of Pelorous #2FACBB
RGB
CMYK
RGB Variations
Color information
#2FACBB (or 0x2FACBB) is known color: Pelorous. HEX triplet: 2F, AC and BB. RGB value is (47,172,187). Sum of RGB (Red+Green+Blue) = 47+172+187=406 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.58% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #2FACBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FACBB is #D05344. Grayscale: #888888. Windows color (decimal): -13652805 or 12299311. OLE color: 12299311.
HSL color Cylindrical-coordinate representation of color #2FACBB: hue angle of 186.43º 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 #2FACBB is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 172 | 187 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.27 |
| HSL | 186.43º | 0.6% | 0.46% | - |
| HSV(B) | 186.43º | 0.75% | 0.73% | - |
| XYZ | 24.89 | 33.7 | 52.21 | - |
| YUV | 136.34 | 156.59 | 64.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 187 | 0.75 | 0.08 | 0 | 0.27 | 186.43 | 0.6 | 0.46 |
| Hex | 2F | AC | BB | 4B | 8 | 0 | 1B | BA | 3C | 2E |
| Octal | 57 | 254 | 273 | 113 | 10 | 0 | 33 | 272 | 74 | 56 |
| Binary | 101111 | 10101100 | 10111011 | 1001011 | 1000 | 0 | 11011 | 10111010 | 111100 | 101110 |
Color Harmonies of #2FACBB
Complementary color
Monochromatic Colors of #2FACBB
Black with #2FACBB
Text Example
Text Example
White with #2FACBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FACBB; }
p { color: rgb(47,172,187); }
H1.HeaderClassName
{
color: #2FACBB;
}
.AnyTagClassName
{
color: #2FACBB;
}
</style>
background-color css
<style>
a { background-color: #2FACBB; }
a { background-color: rgb(47,172,187); }
div.DivClassName
{
background-color: #2FACBB;
}
.BgClassName
{
background-color: #2FACBB;
}
</style>
border-color css
<style>
span { border-color: #2FACBB; }
span { border-color: rgb(47,172,187); }
td.TdClassName
{
border-color: #2FACBB;
}
.TagClassName
{
border-color: #2FACBB;
}
</style>