Shades of Viking #61C2CC
Tints of Viking #61C2CC
RGB
CMYK
RGB Variations
Color information
#61C2CC (or 0x61C2CC) is known color: Viking. HEX triplet: 61, C2 and CC. RGB value is (97,194,204). Sum of RGB (Red+Green+Blue) = 97+194+204=495 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.60% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #61C2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C2CC is #9E3D33. Grayscale: #A6A6A6. Windows color (decimal): -10370356 or 13419105. OLE color: 13419105.
HSL color Cylindrical-coordinate representation of color #61C2CC: hue angle of 185.61º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61C2CC is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 194 | 204 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.2 |
| HSL | 185.61º | 0.51% | 0.59% | - |
| HSV(B) | 185.61º | 0.52% | 0.8% | - |
| XYZ | 35.12 | 45.48 | 64.06 | - |
| YUV | 166.14 | 149.36 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 194 | 204 | 0.52 | 0.05 | 0 | 0.2 | 185.61 | 0.51 | 0.59 |
| Hex | 61 | C2 | CC | 34 | 5 | 0 | 14 | BA | 33 | 3B |
| Octal | 141 | 302 | 314 | 64 | 5 | 0 | 24 | 272 | 63 | 73 |
| Binary | 1100001 | 11000010 | 11001100 | 110100 | 101 | 0 | 10100 | 10111010 | 110011 | 111011 |
Color Harmonies of #61C2CC
Complementary color
Monochromatic Colors of #61C2CC
Black with #61C2CC
Text Example
Text Example
White with #61C2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C2CC; }
p { color: rgb(97,194,204); }
H1.HeaderClassName
{
color: #61C2CC;
}
.AnyTagClassName
{
color: #61C2CC;
}
</style>
background-color css
<style>
a { background-color: #61C2CC; }
a { background-color: rgb(97,194,204); }
div.DivClassName
{
background-color: #61C2CC;
}
.BgClassName
{
background-color: #61C2CC;
}
</style>
border-color css
<style>
span { border-color: #61C2CC; }
span { border-color: rgb(97,194,204); }
td.TdClassName
{
border-color: #61C2CC;
}
.TagClassName
{
border-color: #61C2CC;
}
</style>