Shades of Viking #3EBBBE
Tints of Viking #3EBBBE
RGB
CMYK
RGB Variations
Color information
#3EBBBE (or 0x3EBBBE) is known color: Viking. HEX triplet: 3E, BB and BE. RGB value is (62,187,190). Sum of RGB (Red+Green+Blue) = 62+187+190=439 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.12% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #3EBBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBBBE is #C14441. Grayscale: #959595. Windows color (decimal): -12665922 or 12499774. OLE color: 12499774.
HSL color Cylindrical-coordinate representation of color #3EBBBE: hue angle of 181.41º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EBBBE is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 187 | 190 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.25 |
| HSL | 181.41º | 0.51% | 0.49% | - |
| HSV(B) | 181.41º | 0.67% | 0.75% | - |
| XYZ | 29.05 | 40.28 | 54.96 | - |
| YUV | 149.97 | 150.59 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 187 | 190 | 0.67 | 0.02 | 0 | 0.25 | 181.41 | 0.51 | 0.49 |
| Hex | 3E | BB | BE | 43 | 2 | 0 | 19 | B5 | 33 | 31 |
| Octal | 76 | 273 | 276 | 103 | 2 | 0 | 31 | 265 | 63 | 61 |
| Binary | 111110 | 10111011 | 10111110 | 1000011 | 10 | 0 | 11001 | 10110101 | 110011 | 110001 |
Color Harmonies of #3EBBBE
Complementary color
Monochromatic Colors of #3EBBBE
Black with #3EBBBE
Text Example
Text Example
White with #3EBBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBBBE; }
p { color: rgb(62,187,190); }
H1.HeaderClassName
{
color: #3EBBBE;
}
.AnyTagClassName
{
color: #3EBBBE;
}
</style>
background-color css
<style>
a { background-color: #3EBBBE; }
a { background-color: rgb(62,187,190); }
div.DivClassName
{
background-color: #3EBBBE;
}
.BgClassName
{
background-color: #3EBBBE;
}
</style>
border-color css
<style>
span { border-color: #3EBBBE; }
span { border-color: rgb(62,187,190); }
td.TdClassName
{
border-color: #3EBBBE;
}
.TagClassName
{
border-color: #3EBBBE;
}
</style>