Shades of Viking #3DABB6
Tints of Viking #3DABB6
RGB
CMYK
RGB Variations
Color information
#3DABB6 (or 0x3DABB6) is known color: Viking. HEX triplet: 3D, AB and B6. RGB value is (61,171,182). Sum of RGB (Red+Green+Blue) = 61+171+182=414 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.73% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 182 - color contains mainly: blue. Hex color #3DABB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DABB6 is #C25449. Grayscale: #8B8B8B. Windows color (decimal): -12735562 or 11971389. OLE color: 11971389.
HSL color Cylindrical-coordinate representation of color #3DABB6: hue angle of 185.45º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DABB6 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 171 | 182 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.29 |
| HSL | 185.45º | 0.5% | 0.48% | - |
| HSV(B) | 185.45º | 0.66% | 0.71% | - |
| XYZ | 24.93 | 33.5 | 49.41 | - |
| YUV | 139.36 | 152.06 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 182 | 0.66 | 0.06 | 0 | 0.29 | 185.45 | 0.5 | 0.48 |
| Hex | 3D | AB | B6 | 42 | 6 | 0 | 1D | B9 | 32 | 30 |
| Octal | 75 | 253 | 266 | 102 | 6 | 0 | 35 | 271 | 62 | 60 |
| Binary | 111101 | 10101011 | 10110110 | 1000010 | 110 | 0 | 11101 | 10111001 | 110010 | 110000 |
Color Harmonies of #3DABB6
Complementary color
Monochromatic Colors of #3DABB6
Black with #3DABB6
Text Example
Text Example
White with #3DABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DABB6; }
p { color: rgb(61,171,182); }
H1.HeaderClassName
{
color: #3DABB6;
}
.AnyTagClassName
{
color: #3DABB6;
}
</style>
background-color css
<style>
a { background-color: #3DABB6; }
a { background-color: rgb(61,171,182); }
div.DivClassName
{
background-color: #3DABB6;
}
.BgClassName
{
background-color: #3DABB6;
}
</style>
border-color css
<style>
span { border-color: #3DABB6; }
span { border-color: rgb(61,171,182); }
td.TdClassName
{
border-color: #3DABB6;
}
.TagClassName
{
border-color: #3DABB6;
}
</style>