Shades of Viking #43ADBD
Tints of Viking #43ADBD
RGB
CMYK
RGB Variations
Color information
#43ADBD (or 0x43ADBD) is known color: Viking. HEX triplet: 43, AD and BD. RGB value is (67,173,189). Sum of RGB (Red+Green+Blue) = 67+173+189=429 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.62% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #43ADBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43ADBD is #BC5242. Grayscale: #8E8E8E. Windows color (decimal): -12341827 or 12430659. OLE color: 12430659.
HSL color Cylindrical-coordinate representation of color #43ADBD: hue angle of 187.87º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43ADBD is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 173 | 189 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.26 |
| HSL | 187.87º | 0.48% | 0.5% | - |
| HSV(B) | 187.87º | 0.65% | 0.74% | - |
| XYZ | 26.44 | 34.75 | 53.46 | - |
| YUV | 143.13 | 153.88 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 173 | 189 | 0.65 | 0.08 | 0 | 0.26 | 187.87 | 0.48 | 0.5 |
| Hex | 43 | AD | BD | 41 | 8 | 0 | 1A | BC | 30 | 32 |
| Octal | 103 | 255 | 275 | 101 | 10 | 0 | 32 | 274 | 60 | 62 |
| Binary | 1000011 | 10101101 | 10111101 | 1000001 | 1000 | 0 | 11010 | 10111100 | 110000 | 110010 |
Color Harmonies of #43ADBD
Complementary color
Monochromatic Colors of #43ADBD
Black with #43ADBD
Text Example
Text Example
White with #43ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ADBD; }
p { color: rgb(67,173,189); }
H1.HeaderClassName
{
color: #43ADBD;
}
.AnyTagClassName
{
color: #43ADBD;
}
</style>
background-color css
<style>
a { background-color: #43ADBD; }
a { background-color: rgb(67,173,189); }
div.DivClassName
{
background-color: #43ADBD;
}
.BgClassName
{
background-color: #43ADBD;
}
</style>
border-color css
<style>
span { border-color: #43ADBD; }
span { border-color: rgb(67,173,189); }
td.TdClassName
{
border-color: #43ADBD;
}
.TagClassName
{
border-color: #43ADBD;
}
</style>