Shades of Pelorous #2FA6AD
Tints of Pelorous #2FA6AD
RGB
CMYK
RGB Variations
Color information
#2FA6AD (or 0x2FA6AD) is known color: Pelorous. HEX triplet: 2F, A6 and AD. RGB value is (47,166,173). Sum of RGB (Red+Green+Blue) = 47+166+173=386 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.18% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #2FA6AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA6AD is #D05952. Grayscale: #838383. Windows color (decimal): -13654355 or 11380271. OLE color: 11380271.
HSL color Cylindrical-coordinate representation of color #2FA6AD: hue angle of 183.33º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FA6AD is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 166 | 173 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.32 |
| HSL | 183.33º | 0.57% | 0.43% | - |
| HSV(B) | 183.33º | 0.73% | 0.68% | - |
| XYZ | 22.35 | 30.89 | 44.32 | - |
| YUV | 131.22 | 151.58 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 166 | 173 | 0.73 | 0.04 | 0 | 0.32 | 183.33 | 0.57 | 0.43 |
| Hex | 2F | A6 | AD | 49 | 4 | 0 | 20 | B7 | 39 | 2B |
| Octal | 57 | 246 | 255 | 111 | 4 | 0 | 40 | 267 | 71 | 53 |
| Binary | 101111 | 10100110 | 10101101 | 1001001 | 100 | 0 | 100000 | 10110111 | 111001 | 101011 |
Color Harmonies of #2FA6AD
Complementary color
Monochromatic Colors of #2FA6AD
Black with #2FA6AD
Text Example
Text Example
White with #2FA6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA6AD; }
p { color: rgb(47,166,173); }
H1.HeaderClassName
{
color: #2FA6AD;
}
.AnyTagClassName
{
color: #2FA6AD;
}
</style>
background-color css
<style>
a { background-color: #2FA6AD; }
a { background-color: rgb(47,166,173); }
div.DivClassName
{
background-color: #2FA6AD;
}
.BgClassName
{
background-color: #2FA6AD;
}
</style>
border-color css
<style>
span { border-color: #2FA6AD; }
span { border-color: rgb(47,166,173); }
td.TdClassName
{
border-color: #2FA6AD;
}
.TagClassName
{
border-color: #2FA6AD;
}
</style>