Shades of Viking #38B5BA
Tints of Viking #38B5BA
RGB
CMYK
RGB Variations
Color information
#38B5BA (or 0x38B5BA) is known color: Viking. HEX triplet: 38, B5 and BA. RGB value is (56,181,186). Sum of RGB (Red+Green+Blue) = 56+181+186=423 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.24% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #38B5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38B5BA is #C74A45. Grayscale: #909090. Windows color (decimal): -13060678 or 12236088. OLE color: 12236088.
HSL color Cylindrical-coordinate representation of color #38B5BA: hue angle of 182.31º 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 #38B5BA is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 181 | 186 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.27 |
| HSL | 182.31º | 0.54% | 0.47% | - |
| HSV(B) | 182.31º | 0.7% | 0.73% | - |
| XYZ | 27.02 | 37.43 | 52.26 | - |
| YUV | 144.2 | 151.59 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 181 | 186 | 0.70 | 0.03 | 0 | 0.27 | 182.31 | 0.54 | 0.47 |
| Hex | 38 | B5 | BA | 46 | 3 | 0 | 1B | B6 | 36 | 2F |
| Octal | 70 | 265 | 272 | 106 | 3 | 0 | 33 | 266 | 66 | 57 |
| Binary | 111000 | 10110101 | 10111010 | 1000110 | 11 | 0 | 11011 | 10110110 | 110110 | 101111 |
Color Harmonies of #38B5BA
Complementary color
Monochromatic Colors of #38B5BA
Black with #38B5BA
Text Example
Text Example
White with #38B5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B5BA; }
p { color: rgb(56,181,186); }
H1.HeaderClassName
{
color: #38B5BA;
}
.AnyTagClassName
{
color: #38B5BA;
}
</style>
background-color css
<style>
a { background-color: #38B5BA; }
a { background-color: rgb(56,181,186); }
div.DivClassName
{
background-color: #38B5BA;
}
.BgClassName
{
background-color: #38B5BA;
}
</style>
border-color css
<style>
span { border-color: #38B5BA; }
span { border-color: rgb(56,181,186); }
td.TdClassName
{
border-color: #38B5BA;
}
.TagClassName
{
border-color: #38B5BA;
}
</style>