#4EBBBC

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

Shades of Viking #4EBBBC

Tints of Viking #4EBBBC

Color information

#4EBBBC (or 0x4EBBBC) is unknown color: approx Viking. HEX triplet: 4E, BB and BC. RGB value is (78,187,188). Sum of RGB (Red+Green+Blue) = 78+187+188=453 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.22% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #4EBBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBBBC is #B14443. Grayscale: #9A9A9A. Windows color (decimal): -11617348 or 12368718. OLE color: 12368718.

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

Color convert

RGB78187188-
CMYK0.590.0100.26
HSL180.55º45.08%52.16%-
HSV(B)180.55º58.51%73.73%-
XYZ29.9940.7953.87-
YUV154.52146.8973.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.22%
GREEN value IS 187 (73.44% from 255) = 41.28%
BLUE value IS 188 (73.83% from 255) = 41.50%
R=17.22%
G=41.28%
B=41.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal781871880.590.0100.26180.5545.0852.16
Hex4EBBBC3B101Ab52d34
Octal1162732747310322655564
Binary10011101011101110111100111011101101010110101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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