#3EB3BC

Color #3EB3BC Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #3EB3BC

Tints of Viking #3EB3BC

Color information

#3EB3BC (or 0x3EB3BC) is unknown color: approx Viking. HEX triplet: 3E, B3 and BC. RGB value is (62,179,188). Sum of RGB (Red+Green+Blue) = 62+179+188=429 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.45% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #3EB3BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EB3BC is #C14C43. Grayscale: #909090. Windows color (decimal): -12667972 or 12366654. OLE color: 12366654.

HSL color Cylindrical-coordinate representation of color #3EB3BC: hue angle of 184.29º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EB3BC is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB62179188-
CMYK0.670.0500.26
HSL184.29º50.4%49.02%-
HSV(B)184.29º67.02%73.73%-
XYZ27.1836.953.27-
YUV145.04152.2468.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 14.45%
GREEN value IS 179 (70.31% from 255) = 41.72%
BLUE value IS 188 (73.83% from 255) = 43.82%
R=14.45%
G=41.72%
B=43.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal621791880.670.0500.26184.2950.449.02
Hex3EB3BC43501Ab83231
Octal7626327410350322706261
Binary1111101011001110111100100001110101101010111000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EB3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3EB3BC; }

 p { color: rgb(62,179,188); }

 H1.HeaderClassName
 {
   color: #3EB3BC;
 }
 .AnyTagClassName
 {
   color: #3EB3BC;
 }
</style>
background-color css

<style>
 a { background-color: #3EB3BC; }

 a { background-color: rgb(62,179,188); }

 div.DivClassName
 {
   background-color: #3EB3BC;
 }
 .BgClassName
 {
   background-color: #3EB3BC;
 }
</style>
border-color css

<style>
 span { border-color: #3EB3BC; }

 span { border-color: rgb(62,179,188); }

 td.TdClassName
 {
   border-color: #3EB3BC;
 }
 .TagClassName
 {
   border-color: #3EB3BC;
 }
</style>