Shades of Viking #40AEBF
Tints of Viking #40AEBF
RGB
CMYK
RGB Variations
Color information
#40AEBF (or 0x40AEBF) is known color: Viking. HEX triplet: 40, AE and BF. RGB value is (64,174,191). Sum of RGB (Red+Green+Blue) = 64+174+191=429 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.92% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #40AEBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AEBF is #BF5140. Grayscale: #8E8E8E. Windows color (decimal): -12538177 or 12561984. OLE color: 12561984.
HSL color Cylindrical-coordinate representation of color #40AEBF: hue angle of 188.03º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40AEBF is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 174 | 191 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.25 |
| HSL | 188.03º | 0.5% | 0.5% | - |
| HSV(B) | 188.03º | 0.66% | 0.75% | - |
| XYZ | 26.65 | 35.12 | 54.66 | - |
| YUV | 143.05 | 155.06 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 174 | 191 | 0.66 | 0.09 | 0 | 0.25 | 188.03 | 0.5 | 0.5 |
| Hex | 40 | AE | BF | 42 | 9 | 0 | 19 | BC | 32 | 32 |
| Octal | 100 | 256 | 277 | 102 | 11 | 0 | 31 | 274 | 62 | 62 |
| Binary | 1000000 | 10101110 | 10111111 | 1000010 | 1001 | 0 | 11001 | 10111100 | 110010 | 110010 |
Color Harmonies of #40AEBF
Complementary color
Monochromatic Colors of #40AEBF
Black with #40AEBF
Text Example
Text Example
White with #40AEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AEBF; }
p { color: rgb(64,174,191); }
H1.HeaderClassName
{
color: #40AEBF;
}
.AnyTagClassName
{
color: #40AEBF;
}
</style>
background-color css
<style>
a { background-color: #40AEBF; }
a { background-color: rgb(64,174,191); }
div.DivClassName
{
background-color: #40AEBF;
}
.BgClassName
{
background-color: #40AEBF;
}
</style>
border-color css
<style>
span { border-color: #40AEBF; }
span { border-color: rgb(64,174,191); }
td.TdClassName
{
border-color: #40AEBF;
}
.TagClassName
{
border-color: #40AEBF;
}
</style>