#3EBABF

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

Shades of Viking #3EBABF

Tints of Viking #3EBABF

Color information

#3EBABF (or 0x3EBABF) is unknown color: approx Viking. HEX triplet: 3E, BA and BF. RGB value is (62,186,191). Sum of RGB (Red+Green+Blue) = 62+186+191=439 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.12% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #3EBABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBABF is #C14540. Grayscale: #959595. Windows color (decimal): -12666177 or 12565054. OLE color: 12565054.

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

Color convert

RGB62186191-
CMYK0.680.0300.25
HSL182.33º50.99%49.61%-
HSV(B)182.33º67.54%74.9%-
XYZ28.9539.955.47-
YUV149.49151.4265.59-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.12%
GREEN value IS 186 (73.05% from 255) = 42.37%
BLUE value IS 191 (75% from 255) = 43.51%
R=14.12%
G=42.37%
B=43.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal621861910.680.0300.25182.3350.9949.61
Hex3EBABF443019b63332
Octal7627227710430312666362
Binary111110101110101011111110001001101100110110110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EBABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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