Shades of Viking #5FC3CC
Tints of Viking #5FC3CC
RGB
CMYK
RGB Variations
Color information
#5FC3CC (or 0x5FC3CC) is known color: Viking. HEX triplet: 5F, C3 and CC. RGB value is (95,195,204). Sum of RGB (Red+Green+Blue) = 95+195+204=494 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.23% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #5FC3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC3CC is #A03C33. Grayscale: #A5A5A5. Windows color (decimal): -10501172 or 13419359. OLE color: 13419359.
HSL color Cylindrical-coordinate representation of color #5FC3CC: hue angle of 184.95º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FC3CC is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 195 | 204 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.2 |
| HSL | 184.95º | 0.52% | 0.59% | - |
| HSV(B) | 184.95º | 0.53% | 0.8% | - |
| XYZ | 35.13 | 45.82 | 64.12 | - |
| YUV | 166.13 | 149.37 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 195 | 204 | 0.53 | 0.04 | 0 | 0.2 | 184.95 | 0.52 | 0.59 |
| Hex | 5F | C3 | CC | 35 | 4 | 0 | 14 | B9 | 34 | 3B |
| Octal | 137 | 303 | 314 | 65 | 4 | 0 | 24 | 271 | 64 | 73 |
| Binary | 1011111 | 11000011 | 11001100 | 110101 | 100 | 0 | 10100 | 10111001 | 110100 | 111011 |
Color Harmonies of #5FC3CC
Complementary color
Monochromatic Colors of #5FC3CC
Black with #5FC3CC
Text Example
Text Example
White with #5FC3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC3CC; }
p { color: rgb(95,195,204); }
H1.HeaderClassName
{
color: #5FC3CC;
}
.AnyTagClassName
{
color: #5FC3CC;
}
</style>
background-color css
<style>
a { background-color: #5FC3CC; }
a { background-color: rgb(95,195,204); }
div.DivClassName
{
background-color: #5FC3CC;
}
.BgClassName
{
background-color: #5FC3CC;
}
</style>
border-color css
<style>
span { border-color: #5FC3CC; }
span { border-color: rgb(95,195,204); }
td.TdClassName
{
border-color: #5FC3CC;
}
.TagClassName
{
border-color: #5FC3CC;
}
</style>