Shades of Viking #3ABDCB
Tints of Viking #3ABDCB
RGB
CMYK
RGB Variations
Color information
#3ABDCB (or 0x3ABDCB) is known color: Viking. HEX triplet: 3A, BD and CB. RGB value is (58,189,203). Sum of RGB (Red+Green+Blue) = 58+189+203=450 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.89% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #3ABDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABDCB is #C54234. Grayscale: #979797. Windows color (decimal): -12927541 or 13352250. OLE color: 13352250.
HSL color Cylindrical-coordinate representation of color #3ABDCB: hue angle of 185.79º 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 #3ABDCB is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 189 | 203 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.20 |
| HSL | 185.79º | 0.58% | 0.51% | - |
| HSV(B) | 185.79º | 0.71% | 0.8% | - |
| XYZ | 30.72 | 41.61 | 62.91 | - |
| YUV | 151.43 | 157.1 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 189 | 203 | 0.71 | 0.07 | 0 | 0.20 | 185.79 | 0.58 | 0.51 |
| Hex | 3A | BD | CB | 47 | 7 | 0 | 14 | BA | 3A | 33 |
| Octal | 72 | 275 | 313 | 107 | 7 | 0 | 24 | 272 | 72 | 63 |
| Binary | 111010 | 10111101 | 11001011 | 1000111 | 111 | 0 | 10100 | 10111010 | 111010 | 110011 |
Color Harmonies of #3ABDCB
Complementary color
Monochromatic Colors of #3ABDCB
Black with #3ABDCB
Text Example
Text Example
White with #3ABDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABDCB; }
p { color: rgb(58,189,203); }
H1.HeaderClassName
{
color: #3ABDCB;
}
.AnyTagClassName
{
color: #3ABDCB;
}
</style>
background-color css
<style>
a { background-color: #3ABDCB; }
a { background-color: rgb(58,189,203); }
div.DivClassName
{
background-color: #3ABDCB;
}
.BgClassName
{
background-color: #3ABDCB;
}
</style>
border-color css
<style>
span { border-color: #3ABDCB; }
span { border-color: rgb(58,189,203); }
td.TdClassName
{
border-color: #3ABDCB;
}
.TagClassName
{
border-color: #3ABDCB;
}
</style>