#3EB4C1

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

Shades of Viking #3EB4C1

Tints of Viking #3EB4C1

Color information

#3EB4C1 (or 0x3EB4C1) is unknown color: approx Viking. HEX triplet: 3E, B4 and C1. RGB value is (62,180,193). Sum of RGB (Red+Green+Blue) = 62+180+193=435 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.25% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 193 - color contains mainly: blue. Hex color #3EB4C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EB4C1 is #C14B3E. Grayscale: #929292. Windows color (decimal): -12667711 or 12694590. OLE color: 12694590.

HSL color Cylindrical-coordinate representation of color #3EB4C1: hue angle of 185.95º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EB4C1 is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB62180193-
CMYK0.680.0700.24
HSL185.95º51.37%50%-
HSV(B)185.95º67.88%75.69%-
XYZ27.9337.5256.22-
YUV146.2154.4167.94-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.25%
GREEN value IS 180 (70.70% from 255) = 41.38%
BLUE value IS 193 (75.78% from 255) = 44.37%
R=14.25%
G=41.38%
B=44.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal621801930.680.0700.24185.9551.3750
Hex3EB4C1447018ba3332
Octal7626430110470302726362
Binary1111101011010011000001100010011101100010111010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EB4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,180,193); }

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

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

 a { background-color: rgb(62,180,193); }

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

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

 span { border-color: rgb(62,180,193); }

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