Shades of Viking #40B2CD
Tints of Viking #40B2CD
RGB
CMYK
RGB Variations
Color information
#40B2CD (or 0x40B2CD) is known color: Viking. HEX triplet: 40, B2 and CD. RGB value is (64,178,205). Sum of RGB (Red+Green+Blue) = 64+178+205=447 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.32% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #40B2CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40B2CD is #BF4D32. Grayscale: #929292. Windows color (decimal): -12537139 or 13480512. OLE color: 13480512.
HSL color Cylindrical-coordinate representation of color #40B2CD: hue angle of 191.49º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40B2CD is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 178 | 205 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.20 |
| HSL | 191.49º | 0.59% | 0.53% | - |
| HSV(B) | 191.49º | 0.69% | 0.8% | - |
| XYZ | 29.05 | 37.34 | 63.43 | - |
| YUV | 146.99 | 160.73 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 178 | 205 | 0.69 | 0.13 | 0 | 0.20 | 191.49 | 0.59 | 0.53 |
| Hex | 40 | B2 | CD | 45 | D | 0 | 14 | BF | 3B | 35 |
| Octal | 100 | 262 | 315 | 105 | 15 | 0 | 24 | 277 | 73 | 65 |
| Binary | 1000000 | 10110010 | 11001101 | 1000101 | 1101 | 0 | 10100 | 10111111 | 111011 | 110101 |
Color Harmonies of #40B2CD
Complementary color
Monochromatic Colors of #40B2CD
Black with #40B2CD
Text Example
Text Example
White with #40B2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B2CD; }
p { color: rgb(64,178,205); }
H1.HeaderClassName
{
color: #40B2CD;
}
.AnyTagClassName
{
color: #40B2CD;
}
</style>
background-color css
<style>
a { background-color: #40B2CD; }
a { background-color: rgb(64,178,205); }
div.DivClassName
{
background-color: #40B2CD;
}
.BgClassName
{
background-color: #40B2CD;
}
</style>
border-color css
<style>
span { border-color: #40B2CD; }
span { border-color: rgb(64,178,205); }
td.TdClassName
{
border-color: #40B2CD;
}
.TagClassName
{
border-color: #40B2CD;
}
</style>