#3EADBA

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

Shades of Viking #3EADBA

Tints of Viking #3EADBA

Color information

#3EADBA (or 0x3EADBA) is unknown color: approx Viking. HEX triplet: 3E, AD and BA. RGB value is (62,173,186). Sum of RGB (Red+Green+Blue) = 62+173+186=421 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.73% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #3EADBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EADBA is #C15245. Grayscale: #8D8D8D. Windows color (decimal): -12669510 or 12234046. OLE color: 12234046.

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

Color convert

RGB62173186-
CMYK0.670.0700.27
HSL186.29º50%48.63%-
HSV(B)186.29º66.67%72.94%-
XYZ25.7934.4651.75-
YUV141.29153.2371.44-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.73%
GREEN value IS 173 (67.97% from 255) = 41.09%
BLUE value IS 186 (73.05% from 255) = 44.18%
R=14.73%
G=41.09%
B=44.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal621731860.670.0700.27186.295048.63
Hex3EADBA43701Bba3231
Octal7625527210370332726261
Binary1111101010110110111010100001111101101110111010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,173,186); }

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

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

 a { background-color: rgb(62,173,186); }

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

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

 span { border-color: rgb(62,173,186); }

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