Shades of Viking #3EBCCB
Tints of Viking #3EBCCB
RGB
CMYK
RGB Variations
Color information
#3EBCCB (or 0x3EBCCB) is known color: Viking. HEX triplet: 3E, BC and CB. RGB value is (62,188,203). Sum of RGB (Red+Green+Blue) = 62+188+203=453 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.69% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #3EBCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBCCB is #C14334. Grayscale: #979797. Windows color (decimal): -12665653 or 13351998. OLE color: 13351998.
HSL color Cylindrical-coordinate representation of color #3EBCCB: hue angle of 186.38º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EBCCB is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 188 | 203 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.20 |
| HSL | 186.38º | 0.58% | 0.52% | - |
| HSV(B) | 186.38º | 0.69% | 0.8% | - |
| XYZ | 30.75 | 41.3 | 62.85 | - |
| YUV | 152.04 | 156.76 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 188 | 203 | 0.69 | 0.07 | 0 | 0.20 | 186.38 | 0.58 | 0.52 |
| Hex | 3E | BC | CB | 45 | 7 | 0 | 14 | BA | 3A | 34 |
| Octal | 76 | 274 | 313 | 105 | 7 | 0 | 24 | 272 | 72 | 64 |
| Binary | 111110 | 10111100 | 11001011 | 1000101 | 111 | 0 | 10100 | 10111010 | 111010 | 110100 |
Color Harmonies of #3EBCCB
Complementary color
Monochromatic Colors of #3EBCCB
Black with #3EBCCB
Text Example
Text Example
White with #3EBCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBCCB; }
p { color: rgb(62,188,203); }
H1.HeaderClassName
{
color: #3EBCCB;
}
.AnyTagClassName
{
color: #3EBCCB;
}
</style>
background-color css
<style>
a { background-color: #3EBCCB; }
a { background-color: rgb(62,188,203); }
div.DivClassName
{
background-color: #3EBCCB;
}
.BgClassName
{
background-color: #3EBCCB;
}
</style>
border-color css
<style>
span { border-color: #3EBCCB; }
span { border-color: rgb(62,188,203); }
td.TdClassName
{
border-color: #3EBCCB;
}
.TagClassName
{
border-color: #3EBCCB;
}
</style>