#4EBABE

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

Shades of Viking #4EBABE

Tints of Viking #4EBABE

Color information

#4EBABE (or 0x4EBABE) is unknown color: approx Viking. HEX triplet: 4E, BA and BE. RGB value is (78,186,190). Sum of RGB (Red+Green+Blue) = 78+186+190=454 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.18% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #4EBABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBABE is #B14541. Grayscale: #9A9A9A. Windows color (decimal): -11617602 or 12499534. OLE color: 12499534.

HSL color Cylindrical-coordinate representation of color #4EBABE: hue angle of 182.14º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBABE is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB78186190-
CMYK0.590.0200.25
HSL182.14º46.28%52.55%-
HSV(B)182.14º58.95%74.51%-
XYZ3040.4654.94-
YUV154.16148.2273.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.18%
GREEN value IS 186 (73.05% from 255) = 40.97%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=17.18%
G=40.97%
B=41.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781861900.590.0200.25182.1446.2852.55
Hex4EBABE3B2019b62e35
Octal1162722767320312665665
Binary100111010111010101111101110111001100110110110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EBABE; }

 p { color: rgb(78,186,190); }

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

<style>
 a { background-color: #4EBABE; }

 a { background-color: rgb(78,186,190); }

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

<style>
 span { border-color: #4EBABE; }

 span { border-color: rgb(78,186,190); }

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