#3EB4BC

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

Shades of Viking #3EB4BC

Tints of Viking #3EB4BC

Color information

#3EB4BC (or 0x3EB4BC) is unknown color: approx Viking. HEX triplet: 3E, B4 and BC. RGB value is (62,180,188). Sum of RGB (Red+Green+Blue) = 62+180+188=430 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.42% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #3EB4BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EB4BC is #C14B43. Grayscale: #919191. Windows color (decimal): -12667716 or 12366910. OLE color: 12366910.

HSL color Cylindrical-coordinate representation of color #3EB4BC: hue angle of 183.81º 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 #3EB4BC is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB62180188-
CMYK0.670.0400.26
HSL183.81º50.4%49.02%-
HSV(B)183.81º67.02%73.73%-
XYZ27.3837.353.33-
YUV145.63151.9168.35-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.42%
GREEN value IS 180 (70.70% from 255) = 41.86%
BLUE value IS 188 (73.83% from 255) = 43.72%
R=14.42%
G=41.86%
B=43.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal621801880.670.0400.26183.8150.449.02
Hex3EB4BC43401Ab83231
Octal7626427410340322706261
Binary1111101011010010111100100001110001101010111000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EB4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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