Shades of Viking #43B5BA
Tints of Viking #43B5BA
RGB
CMYK
RGB Variations
Color information
#43B5BA (or 0x43B5BA) is known color: Viking. HEX triplet: 43, B5 and BA. RGB value is (67,181,186). Sum of RGB (Red+Green+Blue) = 67+181+186=434 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.44% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #43B5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43B5BA is #BC4A45. Grayscale: #939393. Windows color (decimal): -12339782 or 12236099. OLE color: 12236099.
HSL color Cylindrical-coordinate representation of color #43B5BA: hue angle of 182.52º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43B5BA is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 181 | 186 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.27 |
| HSL | 182.52º | 0.47% | 0.5% | - |
| HSV(B) | 182.52º | 0.64% | 0.73% | - |
| XYZ | 27.7 | 37.79 | 52.29 | - |
| YUV | 147.48 | 149.73 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 181 | 186 | 0.64 | 0.03 | 0 | 0.27 | 182.52 | 0.47 | 0.5 |
| Hex | 43 | B5 | BA | 40 | 3 | 0 | 1B | B7 | 2F | 32 |
| Octal | 103 | 265 | 272 | 100 | 3 | 0 | 33 | 267 | 57 | 62 |
| Binary | 1000011 | 10110101 | 10111010 | 1000000 | 11 | 0 | 11011 | 10110111 | 101111 | 110010 |
Color Harmonies of #43B5BA
Complementary color
Monochromatic Colors of #43B5BA
Black with #43B5BA
Text Example
Text Example
White with #43B5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B5BA; }
p { color: rgb(67,181,186); }
H1.HeaderClassName
{
color: #43B5BA;
}
.AnyTagClassName
{
color: #43B5BA;
}
</style>
background-color css
<style>
a { background-color: #43B5BA; }
a { background-color: rgb(67,181,186); }
div.DivClassName
{
background-color: #43B5BA;
}
.BgClassName
{
background-color: #43B5BA;
}
</style>
border-color css
<style>
span { border-color: #43B5BA; }
span { border-color: rgb(67,181,186); }
td.TdClassName
{
border-color: #43B5BA;
}
.TagClassName
{
border-color: #43B5BA;
}
</style>