Shades of Viking #40BCBC
Tints of Viking #40BCBC
RGB
CMYK
RGB Variations
Color information
#40BCBC (or 0x40BCBC) is known color: Viking. HEX triplet: 40, BC and BC. RGB value is (64,188,188). Sum of RGB (Red+Green+Blue) = 64+188+188=440 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.55% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #40BCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BCBC is #BF4343. Grayscale: #969696. Windows color (decimal): -12534596 or 12368960. OLE color: 12368960.
HSL color Cylindrical-coordinate representation of color #40BCBC: hue angle of 180º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BCBC is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 188 | - |
| CMYK | 0.66 | 0 | 0 | 0.26 |
| HSL | 180º | 0.49% | 0.49% | - |
| HSV(B) | 180º | 0.66% | 0.74% | - |
| XYZ | 29.17 | 40.69 | 53.89 | - |
| YUV | 150.92 | 148.92 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 188 | 0.66 | 0 | 0 | 0.26 | 180 | 0.49 | 0.49 |
| Hex | 40 | BC | BC | 42 | 0 | 0 | 1A | B4 | 31 | 31 |
| Octal | 100 | 274 | 274 | 102 | 0 | 0 | 32 | 264 | 61 | 61 |
| Binary | 1000000 | 10111100 | 10111100 | 1000010 | 0 | 0 | 11010 | 10110100 | 110001 | 110001 |
Color Harmonies of #40BCBC
Complementary color
Monochromatic Colors of #40BCBC
Black with #40BCBC
Text Example
Text Example
White with #40BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BCBC; }
p { color: rgb(64,188,188); }
H1.HeaderClassName
{
color: #40BCBC;
}
.AnyTagClassName
{
color: #40BCBC;
}
</style>
background-color css
<style>
a { background-color: #40BCBC; }
a { background-color: rgb(64,188,188); }
div.DivClassName
{
background-color: #40BCBC;
}
.BgClassName
{
background-color: #40BCBC;
}
</style>
border-color css
<style>
span { border-color: #40BCBC; }
span { border-color: rgb(64,188,188); }
td.TdClassName
{
border-color: #40BCBC;
}
.TagClassName
{
border-color: #40BCBC;
}
</style>