#4EBCBA

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

Shades of Viking #4EBCBA

Tints of Viking #4EBCBA

Color information

#4EBCBA (or 0x4EBCBA) is unknown color: approx Viking. HEX triplet: 4E, BC and BA. RGB value is (78,188,186). Sum of RGB (Red+Green+Blue) = 78+188+186=452 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.26% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #4EBCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBCBA is #B14345. Grayscale: #9A9A9A. Windows color (decimal): -11617094 or 12237902. OLE color: 12237902.

HSL color Cylindrical-coordinate representation of color #4EBCBA: hue angle of 178.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBCBA is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB78188186-
CMYK0.5900.010.26
HSL178.91º45.08%52.16%-
HSV(B)178.91º58.51%73.73%-
XYZ29.9941.1352.81-
YUV154.88145.5673.16-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.26%
GREEN value IS 188 (73.83% from 255) = 41.59%
BLUE value IS 186 (73.05% from 255) = 41.15%
R=17.26%
G=41.59%
B=41.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal781881860.5900.010.26178.9145.0852.16
Hex4EBCBA3B011Ab32d34
Octal1162742727301322635564
Binary10011101011110010111010111011011101010110011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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