Shades of Viking #3ABACB
Tints of Viking #3ABACB
RGB
CMYK
RGB Variations
Color information
#3ABACB (or 0x3ABACB) is known color: Viking. HEX triplet: 3A, BA and CB. RGB value is (58,186,203). Sum of RGB (Red+Green+Blue) = 58+186+203=447 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.98% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #3ABACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABACB is #C54534. Grayscale: #959595. Windows color (decimal): -12928309 or 13351482. OLE color: 13351482.
HSL color Cylindrical-coordinate representation of color #3ABACB: hue angle of 187.03º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ABACB is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 186 | 203 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.20 |
| HSL | 187.03º | 0.58% | 0.51% | - |
| HSV(B) | 187.03º | 0.71% | 0.8% | - |
| XYZ | 30.08 | 40.33 | 62.7 | - |
| YUV | 149.67 | 158.09 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 203 | 0.71 | 0.08 | 0 | 0.20 | 187.03 | 0.58 | 0.51 |
| Hex | 3A | BA | CB | 47 | 8 | 0 | 14 | BB | 3A | 33 |
| Octal | 72 | 272 | 313 | 107 | 10 | 0 | 24 | 273 | 72 | 63 |
| Binary | 111010 | 10111010 | 11001011 | 1000111 | 1000 | 0 | 10100 | 10111011 | 111010 | 110011 |
Color Harmonies of #3ABACB
Complementary color
Monochromatic Colors of #3ABACB
Black with #3ABACB
Text Example
Text Example
White with #3ABACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABACB; }
p { color: rgb(58,186,203); }
H1.HeaderClassName
{
color: #3ABACB;
}
.AnyTagClassName
{
color: #3ABACB;
}
</style>
background-color css
<style>
a { background-color: #3ABACB; }
a { background-color: rgb(58,186,203); }
div.DivClassName
{
background-color: #3ABACB;
}
.BgClassName
{
background-color: #3ABACB;
}
</style>
border-color css
<style>
span { border-color: #3ABACB; }
span { border-color: rgb(58,186,203); }
td.TdClassName
{
border-color: #3ABACB;
}
.TagClassName
{
border-color: #3ABACB;
}
</style>