Shades of Viking #5CC3CC
Tints of Viking #5CC3CC
RGB
CMYK
RGB Variations
Color information
#5CC3CC (or 0x5CC3CC) is known color: Viking. HEX triplet: 5C, C3 and CC. RGB value is (92,195,204). Sum of RGB (Red+Green+Blue) = 92+195+204=491 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.74% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #5CC3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC3CC is #A33C33. Grayscale: #A5A5A5. Windows color (decimal): -10697780 or 13419356. OLE color: 13419356.
HSL color Cylindrical-coordinate representation of color #5CC3CC: hue angle of 184.82º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CC3CC is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 195 | 204 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.2 |
| HSL | 184.82º | 0.52% | 0.58% | - |
| HSV(B) | 184.82º | 0.55% | 0.8% | - |
| XYZ | 34.83 | 45.67 | 64.11 | - |
| YUV | 165.23 | 149.88 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 195 | 204 | 0.55 | 0.04 | 0 | 0.2 | 184.82 | 0.52 | 0.58 |
| Hex | 5C | C3 | CC | 37 | 4 | 0 | 14 | B9 | 34 | 3A |
| Octal | 134 | 303 | 314 | 67 | 4 | 0 | 24 | 271 | 64 | 72 |
| Binary | 1011100 | 11000011 | 11001100 | 110111 | 100 | 0 | 10100 | 10111001 | 110100 | 111010 |
Color Harmonies of #5CC3CC
Complementary color
Monochromatic Colors of #5CC3CC
Black with #5CC3CC
Text Example
Text Example
White with #5CC3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC3CC; }
p { color: rgb(92,195,204); }
H1.HeaderClassName
{
color: #5CC3CC;
}
.AnyTagClassName
{
color: #5CC3CC;
}
</style>
background-color css
<style>
a { background-color: #5CC3CC; }
a { background-color: rgb(92,195,204); }
div.DivClassName
{
background-color: #5CC3CC;
}
.BgClassName
{
background-color: #5CC3CC;
}
</style>
border-color css
<style>
span { border-color: #5CC3CC; }
span { border-color: rgb(92,195,204); }
td.TdClassName
{
border-color: #5CC3CC;
}
.TagClassName
{
border-color: #5CC3CC;
}
</style>