#3EACBA

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

Shades of Viking #3EACBA

Tints of Viking #3EACBA

Color information

#3EACBA (or 0x3EACBA) is unknown color: approx Viking. HEX triplet: 3E, AC and BA. RGB value is (62,172,186). Sum of RGB (Red+Green+Blue) = 62+172+186=420 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.76% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #3EACBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EACBA is #C15345. Grayscale: #8C8C8C. Windows color (decimal): -12669766 or 12233790. OLE color: 12233790.

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

Color convert

RGB62172186-
CMYK0.670.0800.27
HSL186.77º50%48.63%-
HSV(B)186.77º66.67%72.94%-
XYZ25.634.0751.68-
YUV140.71153.5671.86-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.76%
GREEN value IS 172 (67.58% from 255) = 40.95%
BLUE value IS 186 (73.05% from 255) = 44.29%
R=14.76%
G=40.95%
B=44.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal621721860.670.0800.27186.775048.63
Hex3EACBA43801Bbb3231
Octal76254272103100332736261
Binary11111010101100101110101000011100001101110111011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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