#4EB8BC

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

Shades of Viking #4EB8BC

Tints of Viking #4EB8BC

Color information

#4EB8BC (or 0x4EB8BC) is unknown color: approx Viking. HEX triplet: 4E, B8 and BC. RGB value is (78,184,188). Sum of RGB (Red+Green+Blue) = 78+184+188=450 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.33% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #4EB8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EB8BC is #B14743. Grayscale: #989898. Windows color (decimal): -11618116 or 12367950. OLE color: 12367950.

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

Color convert

RGB78184188-
CMYK0.590.0200.26
HSL182.18º45.08%52.16%-
HSV(B)182.18º58.51%73.73%-
XYZ29.3639.5353.66-
YUV152.76147.8874.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.33%
GREEN value IS 184 (72.27% from 255) = 40.89%
BLUE value IS 188 (73.83% from 255) = 41.78%
R=17.33%
G=40.89%
B=41.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal781841880.590.0200.26182.1845.0852.16
Hex4EB8BC3B201Ab62d34
Octal1162702747320322665564
Binary100111010111000101111001110111001101010110110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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