Shades of Viking #2FB9C5
Tints of Viking #2FB9C5
RGB
CMYK
RGB Variations
Color information
#2FB9C5 (or 0x2FB9C5) is known color: Viking. HEX triplet: 2F, B9 and C5. RGB value is (47,185,197). Sum of RGB (Red+Green+Blue) = 47+185+197=429 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.96% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 197 (77.34% from 255 or 45.92% from 429); Max value from RGB is 197 - color contains mainly: blue. Hex color #2FB9C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FB9C5 is #D0463A. Grayscale: #909090. Windows color (decimal): -13649467 or 12957999. OLE color: 12957999.
HSL color Cylindrical-coordinate representation of color #2FB9C5: hue angle of 184.8º 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 #2FB9C5 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 185 | 197 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.23 |
| HSL | 184.8º | 0.61% | 0.48% | - |
| HSV(B) | 184.8º | 0.76% | 0.77% | - |
| XYZ | 28.6 | 39.33 | 58.91 | - |
| YUV | 145.11 | 157.28 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 185 | 197 | 0.76 | 0.06 | 0 | 0.23 | 184.8 | 0.61 | 0.48 |
| Hex | 2F | B9 | C5 | 4C | 6 | 0 | 17 | B9 | 3D | 30 |
| Octal | 57 | 271 | 305 | 114 | 6 | 0 | 27 | 271 | 75 | 60 |
| Binary | 101111 | 10111001 | 11000101 | 1001100 | 110 | 0 | 10111 | 10111001 | 111101 | 110000 |
Color Harmonies of #2FB9C5
Complementary color
Monochromatic Colors of #2FB9C5
Black with #2FB9C5
Text Example
Text Example
White with #2FB9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB9C5; }
p { color: rgb(47,185,197); }
H1.HeaderClassName
{
color: #2FB9C5;
}
.AnyTagClassName
{
color: #2FB9C5;
}
</style>
background-color css
<style>
a { background-color: #2FB9C5; }
a { background-color: rgb(47,185,197); }
div.DivClassName
{
background-color: #2FB9C5;
}
.BgClassName
{
background-color: #2FB9C5;
}
</style>
border-color css
<style>
span { border-color: #2FB9C5; }
span { border-color: rgb(47,185,197); }
td.TdClassName
{
border-color: #2FB9C5;
}
.TagClassName
{
border-color: #2FB9C5;
}
</style>