Shades of Viking #40ACC2
Tints of Viking #40ACC2
RGB
CMYK
RGB Variations
Color information
#40ACC2 (or 0x40ACC2) is known color: Viking. HEX triplet: 40, AC and C2. RGB value is (64,172,194). Sum of RGB (Red+Green+Blue) = 64+172+194=430 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.88% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 194 - color contains mainly: blue. Hex color #40ACC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ACC2 is #BF533D. Grayscale: #8E8E8E. Windows color (decimal): -12538686 or 12758080. OLE color: 12758080.
HSL color Cylindrical-coordinate representation of color #40ACC2: hue angle of 190.15º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40ACC2 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 172 | 194 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.24 |
| HSL | 190.15º | 0.52% | 0.51% | - |
| HSV(B) | 190.15º | 0.67% | 0.76% | - |
| XYZ | 26.6 | 34.49 | 56.29 | - |
| YUV | 142.22 | 157.22 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 172 | 194 | 0.67 | 0.11 | 0 | 0.24 | 190.15 | 0.52 | 0.51 |
| Hex | 40 | AC | C2 | 43 | B | 0 | 18 | BE | 34 | 33 |
| Octal | 100 | 254 | 302 | 103 | 13 | 0 | 30 | 276 | 64 | 63 |
| Binary | 1000000 | 10101100 | 11000010 | 1000011 | 1011 | 0 | 11000 | 10111110 | 110100 | 110011 |
Color Harmonies of #40ACC2
Complementary color
Monochromatic Colors of #40ACC2
Black with #40ACC2
Text Example
Text Example
White with #40ACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ACC2; }
p { color: rgb(64,172,194); }
H1.HeaderClassName
{
color: #40ACC2;
}
.AnyTagClassName
{
color: #40ACC2;
}
</style>
background-color css
<style>
a { background-color: #40ACC2; }
a { background-color: rgb(64,172,194); }
div.DivClassName
{
background-color: #40ACC2;
}
.BgClassName
{
background-color: #40ACC2;
}
</style>
border-color css
<style>
span { border-color: #40ACC2; }
span { border-color: rgb(64,172,194); }
td.TdClassName
{
border-color: #40ACC2;
}
.TagClassName
{
border-color: #40ACC2;
}
</style>