Shades of Viking #48ADBD
Tints of Viking #48ADBD
RGB
CMYK
RGB Variations
Color information
#48ADBD (or 0x48ADBD) is known color: Viking. HEX triplet: 48, AD and BD. RGB value is (72,173,189). Sum of RGB (Red+Green+Blue) = 72+173+189=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #48ADBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ADBD is #B75242. Grayscale: #909090. Windows color (decimal): -12014147 or 12430664. OLE color: 12430664.
HSL color Cylindrical-coordinate representation of color #48ADBD: hue angle of 188.21º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48ADBD is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 173 | 189 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.26 |
| HSL | 188.21º | 0.47% | 0.51% | - |
| HSV(B) | 188.21º | 0.62% | 0.74% | - |
| XYZ | 26.8 | 34.94 | 53.48 | - |
| YUV | 144.63 | 153.04 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 173 | 189 | 0.62 | 0.08 | 0 | 0.26 | 188.21 | 0.47 | 0.51 |
| Hex | 48 | AD | BD | 3E | 8 | 0 | 1A | BC | 2F | 33 |
| Octal | 110 | 255 | 275 | 76 | 10 | 0 | 32 | 274 | 57 | 63 |
| Binary | 1001000 | 10101101 | 10111101 | 111110 | 1000 | 0 | 11010 | 10111100 | 101111 | 110011 |
Color Harmonies of #48ADBD
Complementary color
Monochromatic Colors of #48ADBD
Black with #48ADBD
Text Example
Text Example
White with #48ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ADBD; }
p { color: rgb(72,173,189); }
H1.HeaderClassName
{
color: #48ADBD;
}
.AnyTagClassName
{
color: #48ADBD;
}
</style>
background-color css
<style>
a { background-color: #48ADBD; }
a { background-color: rgb(72,173,189); }
div.DivClassName
{
background-color: #48ADBD;
}
.BgClassName
{
background-color: #48ADBD;
}
</style>
border-color css
<style>
span { border-color: #48ADBD; }
span { border-color: rgb(72,173,189); }
td.TdClassName
{
border-color: #48ADBD;
}
.TagClassName
{
border-color: #48ADBD;
}
</style>