#4EBCBC

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

Shades of Viking #4EBCBC

Tints of Viking #4EBCBC

Color information

#4EBCBC (or 0x4EBCBC) is unknown color: approx Viking. HEX triplet: 4E, BC and BC. RGB value is (78,188,188). Sum of RGB (Red+Green+Blue) = 78+188+188=454 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.18% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #4EBCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBCBC is #B14343. Grayscale: #9B9B9B. Windows color (decimal): -11617092 or 12368974. OLE color: 12368974.

HSL color Cylindrical-coordinate representation of color #4EBCBC: hue angle of 180º 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 #4EBCBC is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB78188188-
CMYK0.59000.26
HSL180º45.08%52.16%-
HSV(B)180º58.51%73.73%-
XYZ30.241.2253.94-
YUV155.11146.5673-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.18%
GREEN value IS 188 (73.83% from 255) = 41.41%
BLUE value IS 188 (73.83% from 255) = 41.41%
R=17.18%
G=41.41%
B=41.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal781881880.59000.2618045.0852.16
Hex4EBCBC3B001Ab42d34
Octal1162742747300322645564
Binary10011101011110010111100111011001101010110100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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