#3EADB0

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

Shades of Viking #3EADB0

Tints of Viking #3EADB0

Color information

#3EADB0 (or 0x3EADB0) is unknown color: approx Viking. HEX triplet: 3E, AD and B0. RGB value is (62,173,176). Sum of RGB (Red+Green+Blue) = 62+173+176=411 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.09% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 176 - color contains mainly: blue. Hex color #3EADB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EADB0 is #C1524F. Grayscale: #8C8C8C. Windows color (decimal): -12669520 or 11578686. OLE color: 11578686.

HSL color Cylindrical-coordinate representation of color #3EADB0: hue angle of 181.58º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3EADB0 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB62173176-
CMYK0.650.0200.31
HSL181.58º47.9%46.67%-
HSV(B)181.58º64.77%69.02%-
XYZ24.7734.0546.34-
YUV140.15148.2372.26-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.09%
GREEN value IS 173 (67.97% from 255) = 42.09%
BLUE value IS 176 (69.14% from 255) = 42.82%
R=15.09%
G=42.09%
B=42.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal621731760.650.0200.31181.5847.946.67
Hex3EADB041201Fb6302f
Octal7625526010120372666057
Binary111110101011011011000010000011001111110110110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EADB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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