Shades of Pelorous #2FAAC4
Tints of Pelorous #2FAAC4
RGB
CMYK
RGB Variations
Color information
#2FAAC4 (or 0x2FAAC4) is known color: Pelorous. HEX triplet: 2F, AA and C4. RGB value is (47,170,196). Sum of RGB (Red+Green+Blue) = 47+170+196=413 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.38% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 196 (76.95% from 255 or 47.46% from 413); Max value from RGB is 196 - color contains mainly: blue. Hex color #2FAAC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FAAC4 is #D0553B. Grayscale: #878787. Windows color (decimal): -13653308 or 12888623. OLE color: 12888623.
HSL color Cylindrical-coordinate representation of color #2FAAC4: hue angle of 190.47º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FAAC4 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 170 | 196 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.23 |
| HSL | 190.47º | 0.61% | 0.48% | - |
| HSV(B) | 190.47º | 0.76% | 0.77% | - |
| XYZ | 25.51 | 33.34 | 57.32 | - |
| YUV | 136.19 | 161.75 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 196 | 0.76 | 0.13 | 0 | 0.23 | 190.47 | 0.61 | 0.48 |
| Hex | 2F | AA | C4 | 4C | D | 0 | 17 | BE | 3D | 30 |
| Octal | 57 | 252 | 304 | 114 | 15 | 0 | 27 | 276 | 75 | 60 |
| Binary | 101111 | 10101010 | 11000100 | 1001100 | 1101 | 0 | 10111 | 10111110 | 111101 | 110000 |
Color Harmonies of #2FAAC4
Complementary color
Monochromatic Colors of #2FAAC4
Black with #2FAAC4
Text Example
Text Example
White with #2FAAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAAC4; }
p { color: rgb(47,170,196); }
H1.HeaderClassName
{
color: #2FAAC4;
}
.AnyTagClassName
{
color: #2FAAC4;
}
</style>
background-color css
<style>
a { background-color: #2FAAC4; }
a { background-color: rgb(47,170,196); }
div.DivClassName
{
background-color: #2FAAC4;
}
.BgClassName
{
background-color: #2FAAC4;
}
</style>
border-color css
<style>
span { border-color: #2FAAC4; }
span { border-color: rgb(47,170,196); }
td.TdClassName
{
border-color: #2FAAC4;
}
.TagClassName
{
border-color: #2FAAC4;
}
</style>