Shades of Viking #43ABBF
Tints of Viking #43ABBF
RGB
CMYK
RGB Variations
Color information
#43ABBF (or 0x43ABBF) is known color: Viking. HEX triplet: 43, AB and BF. RGB value is (67,171,191). Sum of RGB (Red+Green+Blue) = 67+171+191=429 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.62% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #43ABBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43ABBF is #BC5440. Grayscale: #8E8E8E. Windows color (decimal): -12342337 or 12561219. OLE color: 12561219.
HSL color Cylindrical-coordinate representation of color #43ABBF: hue angle of 189.68º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43ABBF is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 171 | 191 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.25 |
| HSL | 189.68º | 0.49% | 0.51% | - |
| HSV(B) | 189.68º | 0.65% | 0.75% | - |
| XYZ | 26.28 | 34.08 | 54.48 | - |
| YUV | 142.18 | 155.54 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 171 | 191 | 0.65 | 0.10 | 0 | 0.25 | 189.68 | 0.49 | 0.51 |
| Hex | 43 | AB | BF | 41 | A | 0 | 19 | BE | 31 | 33 |
| Octal | 103 | 253 | 277 | 101 | 12 | 0 | 31 | 276 | 61 | 63 |
| Binary | 1000011 | 10101011 | 10111111 | 1000001 | 1010 | 0 | 11001 | 10111110 | 110001 | 110011 |
Color Harmonies of #43ABBF
Complementary color
Monochromatic Colors of #43ABBF
Black with #43ABBF
Text Example
Text Example
White with #43ABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ABBF; }
p { color: rgb(67,171,191); }
H1.HeaderClassName
{
color: #43ABBF;
}
.AnyTagClassName
{
color: #43ABBF;
}
</style>
background-color css
<style>
a { background-color: #43ABBF; }
a { background-color: rgb(67,171,191); }
div.DivClassName
{
background-color: #43ABBF;
}
.BgClassName
{
background-color: #43ABBF;
}
</style>
border-color css
<style>
span { border-color: #43ABBF; }
span { border-color: rgb(67,171,191); }
td.TdClassName
{
border-color: #43ABBF;
}
.TagClassName
{
border-color: #43ABBF;
}
</style>