Shades of Viking #43BAB6
Tints of Viking #43BAB6
RGB
CMYK
RGB Variations
Color information
#43BAB6 (or 0x43BAB6) is known color: Viking. HEX triplet: 43, BA and B6. RGB value is (67,186,182). Sum of RGB (Red+Green+Blue) = 67+186+182=435 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.40% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #43BAB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BAB6 is #BC4549. Grayscale: #959595. Windows color (decimal): -12338506 or 11975235. OLE color: 11975235.
HSL color Cylindrical-coordinate representation of color #43BAB6: hue angle of 177.98º 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 #43BAB6 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 186 | 182 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.27 |
| HSL | 177.98º | 0.47% | 0.5% | - |
| HSV(B) | 177.98º | 0.64% | 0.73% | - |
| XYZ | 28.32 | 39.69 | 50.42 | - |
| YUV | 149.96 | 146.08 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 186 | 182 | 0.64 | 0 | 0.02 | 0.27 | 177.98 | 0.47 | 0.5 |
| Hex | 43 | BA | B6 | 40 | 0 | 2 | 1B | B2 | 2F | 32 |
| Octal | 103 | 272 | 266 | 100 | 0 | 2 | 33 | 262 | 57 | 62 |
| Binary | 1000011 | 10111010 | 10110110 | 1000000 | 0 | 10 | 11011 | 10110010 | 101111 | 110010 |
Color Harmonies of #43BAB6
Complementary color
Monochromatic Colors of #43BAB6
Black with #43BAB6
Text Example
Text Example
White with #43BAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BAB6; }
p { color: rgb(67,186,182); }
H1.HeaderClassName
{
color: #43BAB6;
}
.AnyTagClassName
{
color: #43BAB6;
}
</style>
background-color css
<style>
a { background-color: #43BAB6; }
a { background-color: rgb(67,186,182); }
div.DivClassName
{
background-color: #43BAB6;
}
.BgClassName
{
background-color: #43BAB6;
}
</style>
border-color css
<style>
span { border-color: #43BAB6; }
span { border-color: rgb(67,186,182); }
td.TdClassName
{
border-color: #43BAB6;
}
.TagClassName
{
border-color: #43BAB6;
}
</style>