Shades of Viking #3EBDCB
Tints of Viking #3EBDCB
RGB
CMYK
RGB Variations
Color information
#3EBDCB (or 0x3EBDCB) is known color: Viking. HEX triplet: 3E, BD and CB. RGB value is (62,189,203). Sum of RGB (Red+Green+Blue) = 62+189+203=454 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.66% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #3EBDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBDCB is #C14234. Grayscale: #989898. Windows color (decimal): -12665397 or 13352254. OLE color: 13352254.
HSL color Cylindrical-coordinate representation of color #3EBDCB: hue angle of 185.96º 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 #3EBDCB is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 189 | 203 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.20 |
| HSL | 185.96º | 0.58% | 0.52% | - |
| HSV(B) | 185.96º | 0.69% | 0.8% | - |
| XYZ | 30.96 | 41.73 | 62.92 | - |
| YUV | 152.62 | 156.42 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 189 | 203 | 0.69 | 0.07 | 0 | 0.20 | 185.96 | 0.58 | 0.52 |
| Hex | 3E | BD | CB | 45 | 7 | 0 | 14 | BA | 3A | 34 |
| Octal | 76 | 275 | 313 | 105 | 7 | 0 | 24 | 272 | 72 | 64 |
| Binary | 111110 | 10111101 | 11001011 | 1000101 | 111 | 0 | 10100 | 10111010 | 111010 | 110100 |
Color Harmonies of #3EBDCB
Complementary color
Monochromatic Colors of #3EBDCB
Black with #3EBDCB
Text Example
Text Example
White with #3EBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBDCB; }
p { color: rgb(62,189,203); }
H1.HeaderClassName
{
color: #3EBDCB;
}
.AnyTagClassName
{
color: #3EBDCB;
}
</style>
background-color css
<style>
a { background-color: #3EBDCB; }
a { background-color: rgb(62,189,203); }
div.DivClassName
{
background-color: #3EBDCB;
}
.BgClassName
{
background-color: #3EBDCB;
}
</style>
border-color css
<style>
span { border-color: #3EBDCB; }
span { border-color: rgb(62,189,203); }
td.TdClassName
{
border-color: #3EBDCB;
}
.TagClassName
{
border-color: #3EBDCB;
}
</style>