Shades of Viking #38ACC5
Tints of Viking #38ACC5
RGB
CMYK
RGB Variations
Color information
#38ACC5 (or 0x38ACC5) is known color: Viking. HEX triplet: 38, AC and C5. RGB value is (56,172,197). Sum of RGB (Red+Green+Blue) = 56+172+197=425 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.18% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 197 (77.34% from 255 or 46.35% from 425); Max value from RGB is 197 - color contains mainly: blue. Hex color #38ACC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ACC5 is #C7533A. Grayscale: #8B8B8B. Windows color (decimal): -13062971 or 12954680. OLE color: 12954680.
HSL color Cylindrical-coordinate representation of color #38ACC5: hue angle of 190.64º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38ACC5 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 172 | 197 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.23 |
| HSL | 190.64º | 0.56% | 0.5% | - |
| HSV(B) | 190.64º | 0.72% | 0.77% | - |
| XYZ | 26.46 | 34.38 | 58.06 | - |
| YUV | 140.17 | 160.07 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 172 | 197 | 0.72 | 0.13 | 0 | 0.23 | 190.64 | 0.56 | 0.5 |
| Hex | 38 | AC | C5 | 48 | D | 0 | 17 | BF | 38 | 32 |
| Octal | 70 | 254 | 305 | 110 | 15 | 0 | 27 | 277 | 70 | 62 |
| Binary | 111000 | 10101100 | 11000101 | 1001000 | 1101 | 0 | 10111 | 10111111 | 111000 | 110010 |
Color Harmonies of #38ACC5
Complementary color
Monochromatic Colors of #38ACC5
Black with #38ACC5
Text Example
Text Example
White with #38ACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ACC5; }
p { color: rgb(56,172,197); }
H1.HeaderClassName
{
color: #38ACC5;
}
.AnyTagClassName
{
color: #38ACC5;
}
</style>
background-color css
<style>
a { background-color: #38ACC5; }
a { background-color: rgb(56,172,197); }
div.DivClassName
{
background-color: #38ACC5;
}
.BgClassName
{
background-color: #38ACC5;
}
</style>
border-color css
<style>
span { border-color: #38ACC5; }
span { border-color: rgb(56,172,197); }
td.TdClassName
{
border-color: #38ACC5;
}
.TagClassName
{
border-color: #38ACC5;
}
</style>