Shades of Viking #40BECA
Tints of Viking #40BECA
RGB
CMYK
RGB Variations
Color information
#40BECA (or 0x40BECA) is known color: Viking. HEX triplet: 40, BE and CA. RGB value is (64,190,202). Sum of RGB (Red+Green+Blue) = 64+190+202=456 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.04% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #40BECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BECA is #BF4135. Grayscale: #999999. Windows color (decimal): -12534070 or 13286976. OLE color: 13286976.
HSL color Cylindrical-coordinate representation of color #40BECA: hue angle of 185.22º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40BECA is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 190 | 202 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.21 |
| HSL | 185.22º | 0.57% | 0.52% | - |
| HSV(B) | 185.22º | 0.68% | 0.79% | - |
| XYZ | 31.19 | 42.18 | 62.38 | - |
| YUV | 153.69 | 155.26 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 202 | 0.68 | 0.06 | 0 | 0.21 | 185.22 | 0.57 | 0.52 |
| Hex | 40 | BE | CA | 44 | 6 | 0 | 15 | B9 | 39 | 34 |
| Octal | 100 | 276 | 312 | 104 | 6 | 0 | 25 | 271 | 71 | 64 |
| Binary | 1000000 | 10111110 | 11001010 | 1000100 | 110 | 0 | 10101 | 10111001 | 111001 | 110100 |
Color Harmonies of #40BECA
Complementary color
Monochromatic Colors of #40BECA
Black with #40BECA
Text Example
Text Example
White with #40BECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BECA; }
p { color: rgb(64,190,202); }
H1.HeaderClassName
{
color: #40BECA;
}
.AnyTagClassName
{
color: #40BECA;
}
</style>
background-color css
<style>
a { background-color: #40BECA; }
a { background-color: rgb(64,190,202); }
div.DivClassName
{
background-color: #40BECA;
}
.BgClassName
{
background-color: #40BECA;
}
</style>
border-color css
<style>
span { border-color: #40BECA; }
span { border-color: rgb(64,190,202); }
td.TdClassName
{
border-color: #40BECA;
}
.TagClassName
{
border-color: #40BECA;
}
</style>