Shades of Viking #38ACC6
Tints of Viking #38ACC6
RGB
CMYK
RGB Variations
Color information
#38ACC6 (or 0x38ACC6) is known color: Viking. HEX triplet: 38, AC and C6. RGB value is (56,172,198). Sum of RGB (Red+Green+Blue) = 56+172+198=426 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.15% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 198 (77.73% from 255 or 46.48% from 426); Max value from RGB is 198 - color contains mainly: blue. Hex color #38ACC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ACC6 is #C75339. Grayscale: #8C8C8C. Windows color (decimal): -13062970 or 13020216. OLE color: 13020216.
HSL color Cylindrical-coordinate representation of color #38ACC6: hue angle of 190.99º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38ACC6 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 172 | 198 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.22 |
| HSL | 190.99º | 0.56% | 0.5% | - |
| HSV(B) | 190.99º | 0.72% | 0.78% | - |
| XYZ | 26.58 | 34.42 | 58.67 | - |
| YUV | 140.28 | 160.57 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 172 | 198 | 0.72 | 0.13 | 0 | 0.22 | 190.99 | 0.56 | 0.5 |
| Hex | 38 | AC | C6 | 48 | D | 0 | 16 | BF | 38 | 32 |
| Octal | 70 | 254 | 306 | 110 | 15 | 0 | 26 | 277 | 70 | 62 |
| Binary | 111000 | 10101100 | 11000110 | 1001000 | 1101 | 0 | 10110 | 10111111 | 111000 | 110010 |
Color Harmonies of #38ACC6
Complementary color
Monochromatic Colors of #38ACC6
Black with #38ACC6
Text Example
Text Example
White with #38ACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ACC6; }
p { color: rgb(56,172,198); }
H1.HeaderClassName
{
color: #38ACC6;
}
.AnyTagClassName
{
color: #38ACC6;
}
</style>
background-color css
<style>
a { background-color: #38ACC6; }
a { background-color: rgb(56,172,198); }
div.DivClassName
{
background-color: #38ACC6;
}
.BgClassName
{
background-color: #38ACC6;
}
</style>
border-color css
<style>
span { border-color: #38ACC6; }
span { border-color: rgb(56,172,198); }
td.TdClassName
{
border-color: #38ACC6;
}
.TagClassName
{
border-color: #38ACC6;
}
</style>