Shades of Viking #61C3CB
Tints of Viking #61C3CB
RGB
CMYK
RGB Variations
Color information
#61C3CB (or 0x61C3CB) is known color: Viking. HEX triplet: 61, C3 and CB. RGB value is (97,195,203). Sum of RGB (Red+Green+Blue) = 97+195+203=495 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.60% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #61C3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C3CB is #9E3C34. Grayscale: #A6A6A6. Windows color (decimal): -10370101 or 13353825. OLE color: 13353825.
HSL color Cylindrical-coordinate representation of color #61C3CB: hue angle of 184.53º degrees, saturation: 0.5, 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 #61C3CB is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 195 | 203 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.20 |
| HSL | 184.53º | 0.5% | 0.59% | - |
| HSV(B) | 184.53º | 0.52% | 0.8% | - |
| XYZ | 35.22 | 45.88 | 63.5 | - |
| YUV | 166.61 | 148.53 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 195 | 203 | 0.52 | 0.04 | 0 | 0.20 | 184.53 | 0.5 | 0.59 |
| Hex | 61 | C3 | CB | 34 | 4 | 0 | 14 | B9 | 32 | 3B |
| Octal | 141 | 303 | 313 | 64 | 4 | 0 | 24 | 271 | 62 | 73 |
| Binary | 1100001 | 11000011 | 11001011 | 110100 | 100 | 0 | 10100 | 10111001 | 110010 | 111011 |
Color Harmonies of #61C3CB
Complementary color
Monochromatic Colors of #61C3CB
Black with #61C3CB
Text Example
Text Example
White with #61C3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C3CB; }
p { color: rgb(97,195,203); }
H1.HeaderClassName
{
color: #61C3CB;
}
.AnyTagClassName
{
color: #61C3CB;
}
</style>
background-color css
<style>
a { background-color: #61C3CB; }
a { background-color: rgb(97,195,203); }
div.DivClassName
{
background-color: #61C3CB;
}
.BgClassName
{
background-color: #61C3CB;
}
</style>
border-color css
<style>
span { border-color: #61C3CB; }
span { border-color: rgb(97,195,203); }
td.TdClassName
{
border-color: #61C3CB;
}
.TagClassName
{
border-color: #61C3CB;
}
</style>