#3EB4BA

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

Shades of Viking #3EB4BA

Tints of Viking #3EB4BA

Color information

#3EB4BA (or 0x3EB4BA) is unknown color: approx Viking. HEX triplet: 3E, B4 and BA. RGB value is (62,180,186). Sum of RGB (Red+Green+Blue) = 62+180+186=428 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.49% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #3EB4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EB4BA is #C14B45. Grayscale: #919191. Windows color (decimal): -12667718 or 12235838. OLE color: 12235838.

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

Color convert

RGB62180186-
CMYK0.670.0300.27
HSL182.9º50%48.63%-
HSV(B)182.9º66.67%72.94%-
XYZ27.1737.2152.2-
YUV145.4150.9168.51-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.49%
GREEN value IS 180 (70.70% from 255) = 42.06%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=14.49%
G=42.06%
B=43.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal621801860.670.0300.27182.95048.63
Hex3EB4BA43301Bb73231
Octal7626427210330332676261
Binary111110101101001011101010000111101101110110111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EB4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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