Shades of Viking #3DABBE
Tints of Viking #3DABBE
RGB
CMYK
RGB Variations
Color information
#3DABBE (or 0x3DABBE) is known color: Viking. HEX triplet: 3D, AB and BE. RGB value is (61,171,190). Sum of RGB (Red+Green+Blue) = 61+171+190=422 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.45% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #3DABBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DABBE is #C25441. Grayscale: #8C8C8C. Windows color (decimal): -12735554 or 12495677. OLE color: 12495677.
HSL color Cylindrical-coordinate representation of color #3DABBE: hue angle of 188.84º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DABBE is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 171 | 190 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.25 |
| HSL | 188.84º | 0.51% | 0.49% | - |
| HSV(B) | 188.84º | 0.68% | 0.75% | - |
| XYZ | 25.78 | 33.84 | 53.89 | - |
| YUV | 140.28 | 156.06 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 190 | 0.68 | 0.10 | 0 | 0.25 | 188.84 | 0.51 | 0.49 |
| Hex | 3D | AB | BE | 44 | A | 0 | 19 | BD | 33 | 31 |
| Octal | 75 | 253 | 276 | 104 | 12 | 0 | 31 | 275 | 63 | 61 |
| Binary | 111101 | 10101011 | 10111110 | 1000100 | 1010 | 0 | 11001 | 10111101 | 110011 | 110001 |
Color Harmonies of #3DABBE
Complementary color
Monochromatic Colors of #3DABBE
Black with #3DABBE
Text Example
Text Example
White with #3DABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DABBE; }
p { color: rgb(61,171,190); }
H1.HeaderClassName
{
color: #3DABBE;
}
.AnyTagClassName
{
color: #3DABBE;
}
</style>
background-color css
<style>
a { background-color: #3DABBE; }
a { background-color: rgb(61,171,190); }
div.DivClassName
{
background-color: #3DABBE;
}
.BgClassName
{
background-color: #3DABBE;
}
</style>
border-color css
<style>
span { border-color: #3DABBE; }
span { border-color: rgb(61,171,190); }
td.TdClassName
{
border-color: #3DABBE;
}
.TagClassName
{
border-color: #3DABBE;
}
</style>