Shades of Viking #3EBBCB
Tints of Viking #3EBBCB
RGB
CMYK
RGB Variations
Color information
#3EBBCB (or 0x3EBBCB) is known color: Viking. HEX triplet: 3E, BB and CB. RGB value is (62,187,203). Sum of RGB (Red+Green+Blue) = 62+187+203=452 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.72% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #3EBBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBBCB is #C14434. Grayscale: #979797. Windows color (decimal): -12665909 or 13351742. OLE color: 13351742.
HSL color Cylindrical-coordinate representation of color #3EBBCB: hue angle of 186.81º 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 #3EBBCB is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 187 | 203 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.20 |
| HSL | 186.81º | 0.58% | 0.52% | - |
| HSV(B) | 186.81º | 0.69% | 0.8% | - |
| XYZ | 30.54 | 40.88 | 62.78 | - |
| YUV | 151.45 | 157.09 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 187 | 203 | 0.69 | 0.08 | 0 | 0.20 | 186.81 | 0.58 | 0.52 |
| Hex | 3E | BB | CB | 45 | 8 | 0 | 14 | BB | 3A | 34 |
| Octal | 76 | 273 | 313 | 105 | 10 | 0 | 24 | 273 | 72 | 64 |
| Binary | 111110 | 10111011 | 11001011 | 1000101 | 1000 | 0 | 10100 | 10111011 | 111010 | 110100 |
Color Harmonies of #3EBBCB
Complementary color
Monochromatic Colors of #3EBBCB
Black with #3EBBCB
Text Example
Text Example
White with #3EBBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBBCB; }
p { color: rgb(62,187,203); }
H1.HeaderClassName
{
color: #3EBBCB;
}
.AnyTagClassName
{
color: #3EBBCB;
}
</style>
background-color css
<style>
a { background-color: #3EBBCB; }
a { background-color: rgb(62,187,203); }
div.DivClassName
{
background-color: #3EBBCB;
}
.BgClassName
{
background-color: #3EBBCB;
}
</style>
border-color css
<style>
span { border-color: #3EBBCB; }
span { border-color: rgb(62,187,203); }
td.TdClassName
{
border-color: #3EBBCB;
}
.TagClassName
{
border-color: #3EBBCB;
}
</style>