Shades of Pelorous #2FADBE
Tints of Pelorous #2FADBE
RGB
CMYK
RGB Variations
Color information
#2FADBE (or 0x2FADBE) is known color: Pelorous. HEX triplet: 2F, AD and BE. RGB value is (47,173,190). Sum of RGB (Red+Green+Blue) = 47+173+190=410 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.46% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #2FADBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FADBE is #D05241. Grayscale: #898989. Windows color (decimal): -13652546 or 12496175. OLE color: 12496175.
HSL color Cylindrical-coordinate representation of color #2FADBE: hue angle of 187.13º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FADBE is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 173 | 190 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.25 |
| HSL | 187.13º | 0.6% | 0.46% | - |
| HSV(B) | 187.13º | 0.75% | 0.75% | - |
| XYZ | 25.41 | 34.21 | 53.98 | - |
| YUV | 137.26 | 157.76 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 190 | 0.75 | 0.09 | 0 | 0.25 | 187.13 | 0.6 | 0.46 |
| Hex | 2F | AD | BE | 4B | 9 | 0 | 19 | BB | 3C | 2E |
| Octal | 57 | 255 | 276 | 113 | 11 | 0 | 31 | 273 | 74 | 56 |
| Binary | 101111 | 10101101 | 10111110 | 1001011 | 1001 | 0 | 11001 | 10111011 | 111100 | 101110 |
Color Harmonies of #2FADBE
Complementary color
Monochromatic Colors of #2FADBE
Black with #2FADBE
Text Example
Text Example
White with #2FADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FADBE; }
p { color: rgb(47,173,190); }
H1.HeaderClassName
{
color: #2FADBE;
}
.AnyTagClassName
{
color: #2FADBE;
}
</style>
background-color css
<style>
a { background-color: #2FADBE; }
a { background-color: rgb(47,173,190); }
div.DivClassName
{
background-color: #2FADBE;
}
.BgClassName
{
background-color: #2FADBE;
}
</style>
border-color css
<style>
span { border-color: #2FADBE; }
span { border-color: rgb(47,173,190); }
td.TdClassName
{
border-color: #2FADBE;
}
.TagClassName
{
border-color: #2FADBE;
}
</style>