Shades of Viking #47C0CC
Tints of Viking #47C0CC
RGB
CMYK
RGB Variations
Color information
#47C0CC (or 0x47C0CC) is known color: Viking. HEX triplet: 47, C0 and CC. RGB value is (71,192,204). Sum of RGB (Red+Green+Blue) = 71+192+204=467 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.20% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #47C0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C0CC is #B83F33. Grayscale: #9D9D9D. Windows color (decimal): -12074804 or 13418567. OLE color: 13418567.
HSL color Cylindrical-coordinate representation of color #47C0CC: hue angle of 185.41º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47C0CC is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 192 | 204 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.2 |
| HSL | 185.41º | 0.57% | 0.54% | - |
| HSV(B) | 185.41º | 0.65% | 0.8% | - |
| XYZ | 32.35 | 43.4 | 63.8 | - |
| YUV | 157.19 | 154.41 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 192 | 204 | 0.65 | 0.06 | 0 | 0.2 | 185.41 | 0.57 | 0.54 |
| Hex | 47 | C0 | CC | 41 | 6 | 0 | 14 | B9 | 39 | 36 |
| Octal | 107 | 300 | 314 | 101 | 6 | 0 | 24 | 271 | 71 | 66 |
| Binary | 1000111 | 11000000 | 11001100 | 1000001 | 110 | 0 | 10100 | 10111001 | 111001 | 110110 |
Color Harmonies of #47C0CC
Complementary color
Monochromatic Colors of #47C0CC
Black with #47C0CC
Text Example
Text Example
White with #47C0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C0CC; }
p { color: rgb(71,192,204); }
H1.HeaderClassName
{
color: #47C0CC;
}
.AnyTagClassName
{
color: #47C0CC;
}
</style>
background-color css
<style>
a { background-color: #47C0CC; }
a { background-color: rgb(71,192,204); }
div.DivClassName
{
background-color: #47C0CC;
}
.BgClassName
{
background-color: #47C0CC;
}
</style>
border-color css
<style>
span { border-color: #47C0CC; }
span { border-color: rgb(71,192,204); }
td.TdClassName
{
border-color: #47C0CC;
}
.TagClassName
{
border-color: #47C0CC;
}
</style>