Shades of Viking #38ADB9
Tints of Viking #38ADB9
RGB
CMYK
RGB Variations
Color information
#38ADB9 (or 0x38ADB9) is known color: Viking. HEX triplet: 38, AD and B9. RGB value is (56,173,185). Sum of RGB (Red+Green+Blue) = 56+173+185=414 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.53% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 185 (72.66% from 255 or 44.69% from 414); Max value from RGB is 185 - color contains mainly: blue. Hex color #38ADB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ADB9 is #C75246. Grayscale: #8B8B8B. Windows color (decimal): -13062727 or 12168504. OLE color: 12168504.
HSL color Cylindrical-coordinate representation of color #38ADB9: hue angle of 185.58º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38ADB9 is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 173 | 185 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.27 |
| HSL | 185.58º | 0.54% | 0.47% | - |
| HSV(B) | 185.58º | 0.7% | 0.73% | - |
| XYZ | 25.33 | 34.23 | 51.17 | - |
| YUV | 139.39 | 153.74 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 173 | 185 | 0.70 | 0.06 | 0 | 0.27 | 185.58 | 0.54 | 0.47 |
| Hex | 38 | AD | B9 | 46 | 6 | 0 | 1B | BA | 36 | 2F |
| Octal | 70 | 255 | 271 | 106 | 6 | 0 | 33 | 272 | 66 | 57 |
| Binary | 111000 | 10101101 | 10111001 | 1000110 | 110 | 0 | 11011 | 10111010 | 110110 | 101111 |
Color Harmonies of #38ADB9
Complementary color
Monochromatic Colors of #38ADB9
Black with #38ADB9
Text Example
Text Example
White with #38ADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ADB9; }
p { color: rgb(56,173,185); }
H1.HeaderClassName
{
color: #38ADB9;
}
.AnyTagClassName
{
color: #38ADB9;
}
</style>
background-color css
<style>
a { background-color: #38ADB9; }
a { background-color: rgb(56,173,185); }
div.DivClassName
{
background-color: #38ADB9;
}
.BgClassName
{
background-color: #38ADB9;
}
</style>
border-color css
<style>
span { border-color: #38ADB9; }
span { border-color: rgb(56,173,185); }
td.TdClassName
{
border-color: #38ADB9;
}
.TagClassName
{
border-color: #38ADB9;
}
</style>