Shades of Viking #40ACC3
Tints of Viking #40ACC3
RGB
CMYK
RGB Variations
Color information
#40ACC3 (or 0x40ACC3) is known color: Viking. HEX triplet: 40, AC and C3. RGB value is (64,172,195). Sum of RGB (Red+Green+Blue) = 64+172+195=431 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.85% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 195 (76.56% from 255 or 45.24% from 431); Max value from RGB is 195 - color contains mainly: blue. Hex color #40ACC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ACC3 is #BF533C. Grayscale: #8E8E8E. Windows color (decimal): -12538685 or 12823616. OLE color: 12823616.
HSL color Cylindrical-coordinate representation of color #40ACC3: hue angle of 190.53º 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 #40ACC3 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 172 | 195 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.24 |
| HSL | 190.53º | 0.52% | 0.51% | - |
| HSV(B) | 190.53º | 0.67% | 0.76% | - |
| XYZ | 26.72 | 34.54 | 56.89 | - |
| YUV | 142.33 | 157.72 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 172 | 195 | 0.67 | 0.12 | 0 | 0.24 | 190.53 | 0.52 | 0.51 |
| Hex | 40 | AC | C3 | 43 | C | 0 | 18 | BF | 34 | 33 |
| Octal | 100 | 254 | 303 | 103 | 14 | 0 | 30 | 277 | 64 | 63 |
| Binary | 1000000 | 10101100 | 11000011 | 1000011 | 1100 | 0 | 11000 | 10111111 | 110100 | 110011 |
Color Harmonies of #40ACC3
Complementary color
Monochromatic Colors of #40ACC3
Black with #40ACC3
Text Example
Text Example
White with #40ACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ACC3; }
p { color: rgb(64,172,195); }
H1.HeaderClassName
{
color: #40ACC3;
}
.AnyTagClassName
{
color: #40ACC3;
}
</style>
background-color css
<style>
a { background-color: #40ACC3; }
a { background-color: rgb(64,172,195); }
div.DivClassName
{
background-color: #40ACC3;
}
.BgClassName
{
background-color: #40ACC3;
}
</style>
border-color css
<style>
span { border-color: #40ACC3; }
span { border-color: rgb(64,172,195); }
td.TdClassName
{
border-color: #40ACC3;
}
.TagClassName
{
border-color: #40ACC3;
}
</style>