Shades of Viking #40BEC7
Tints of Viking #40BEC7
RGB
CMYK
RGB Variations
Color information
#40BEC7 (or 0x40BEC7) is known color: Viking. HEX triplet: 40, BE and C7. RGB value is (64,190,199). Sum of RGB (Red+Green+Blue) = 64+190+199=453 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.13% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 199 (78.12% from 255 or 43.93% from 453); Max value from RGB is 199 - color contains mainly: blue. Hex color #40BEC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BEC7 is #BF4138. Grayscale: #999999. Windows color (decimal): -12534073 or 13090368. OLE color: 13090368.
HSL color Cylindrical-coordinate representation of color #40BEC7: hue angle of 184º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40BEC7 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 190 | 199 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.22 |
| HSL | 184º | 0.55% | 0.52% | - |
| HSV(B) | 184º | 0.68% | 0.78% | - |
| XYZ | 30.84 | 42.04 | 60.52 | - |
| YUV | 153.35 | 153.76 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 199 | 0.68 | 0.05 | 0 | 0.22 | 184 | 0.55 | 0.52 |
| Hex | 40 | BE | C7 | 44 | 5 | 0 | 16 | B8 | 37 | 34 |
| Octal | 100 | 276 | 307 | 104 | 5 | 0 | 26 | 270 | 67 | 64 |
| Binary | 1000000 | 10111110 | 11000111 | 1000100 | 101 | 0 | 10110 | 10111000 | 110111 | 110100 |
Color Harmonies of #40BEC7
Complementary color
Monochromatic Colors of #40BEC7
Black with #40BEC7
Text Example
Text Example
White with #40BEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BEC7; }
p { color: rgb(64,190,199); }
H1.HeaderClassName
{
color: #40BEC7;
}
.AnyTagClassName
{
color: #40BEC7;
}
</style>
background-color css
<style>
a { background-color: #40BEC7; }
a { background-color: rgb(64,190,199); }
div.DivClassName
{
background-color: #40BEC7;
}
.BgClassName
{
background-color: #40BEC7;
}
</style>
border-color css
<style>
span { border-color: #40BEC7; }
span { border-color: rgb(64,190,199); }
td.TdClassName
{
border-color: #40BEC7;
}
.TagClassName
{
border-color: #40BEC7;
}
</style>