Shades of Pelorous #2FAEBE
Tints of Pelorous #2FAEBE
RGB
CMYK
RGB Variations
Color information
#2FAEBE (or 0x2FAEBE) is known color: Pelorous. HEX triplet: 2F, AE and BE. RGB value is (47,174,190). Sum of RGB (Red+Green+Blue) = 47+174+190=411 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.44% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #2FAEBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAEBE is #D05141. Grayscale: #898989. Windows color (decimal): -13652290 or 12496431. OLE color: 12496431.
HSL color Cylindrical-coordinate representation of color #2FAEBE: hue angle of 186.71º 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 #2FAEBE is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 174 | 190 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.25 |
| HSL | 186.71º | 0.6% | 0.46% | - |
| HSV(B) | 186.71º | 0.75% | 0.75% | - |
| XYZ | 25.6 | 34.59 | 54.04 | - |
| YUV | 137.85 | 157.42 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 174 | 190 | 0.75 | 0.08 | 0 | 0.25 | 186.71 | 0.6 | 0.46 |
| Hex | 2F | AE | BE | 4B | 8 | 0 | 19 | BB | 3C | 2E |
| Octal | 57 | 256 | 276 | 113 | 10 | 0 | 31 | 273 | 74 | 56 |
| Binary | 101111 | 10101110 | 10111110 | 1001011 | 1000 | 0 | 11001 | 10111011 | 111100 | 101110 |
Color Harmonies of #2FAEBE
Complementary color
Monochromatic Colors of #2FAEBE
Black with #2FAEBE
Text Example
Text Example
White with #2FAEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAEBE; }
p { color: rgb(47,174,190); }
H1.HeaderClassName
{
color: #2FAEBE;
}
.AnyTagClassName
{
color: #2FAEBE;
}
</style>
background-color css
<style>
a { background-color: #2FAEBE; }
a { background-color: rgb(47,174,190); }
div.DivClassName
{
background-color: #2FAEBE;
}
.BgClassName
{
background-color: #2FAEBE;
}
</style>
border-color css
<style>
span { border-color: #2FAEBE; }
span { border-color: rgb(47,174,190); }
td.TdClassName
{
border-color: #2FAEBE;
}
.TagClassName
{
border-color: #2FAEBE;
}
</style>