Shades of Viking #43AEBA
Tints of Viking #43AEBA
RGB
CMYK
RGB Variations
Color information
#43AEBA (or 0x43AEBA) is known color: Viking. HEX triplet: 43, AE and BA. RGB value is (67,174,186). Sum of RGB (Red+Green+Blue) = 67+174+186=427 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.69% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #43AEBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43AEBA is #BC5145. Grayscale: #8F8F8F. Windows color (decimal): -12341574 or 12234307. OLE color: 12234307.
HSL color Cylindrical-coordinate representation of color #43AEBA: hue angle of 186.05º 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 #43AEBA is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 174 | 186 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.27 |
| HSL | 186.05º | 0.47% | 0.5% | - |
| HSV(B) | 186.05º | 0.64% | 0.73% | - |
| XYZ | 26.31 | 35.01 | 51.83 | - |
| YUV | 143.38 | 152.05 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 174 | 186 | 0.64 | 0.06 | 0 | 0.27 | 186.05 | 0.47 | 0.5 |
| Hex | 43 | AE | BA | 40 | 6 | 0 | 1B | BA | 2F | 32 |
| Octal | 103 | 256 | 272 | 100 | 6 | 0 | 33 | 272 | 57 | 62 |
| Binary | 1000011 | 10101110 | 10111010 | 1000000 | 110 | 0 | 11011 | 10111010 | 101111 | 110010 |
Color Harmonies of #43AEBA
Complementary color
Monochromatic Colors of #43AEBA
Black with #43AEBA
Text Example
Text Example
White with #43AEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AEBA; }
p { color: rgb(67,174,186); }
H1.HeaderClassName
{
color: #43AEBA;
}
.AnyTagClassName
{
color: #43AEBA;
}
</style>
background-color css
<style>
a { background-color: #43AEBA; }
a { background-color: rgb(67,174,186); }
div.DivClassName
{
background-color: #43AEBA;
}
.BgClassName
{
background-color: #43AEBA;
}
</style>
border-color css
<style>
span { border-color: #43AEBA; }
span { border-color: rgb(67,174,186); }
td.TdClassName
{
border-color: #43AEBA;
}
.TagClassName
{
border-color: #43AEBA;
}
</style>