#4EBFBF

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

Shades of Viking #4EBFBF

Tints of Viking #4EBFBF

Color information

#4EBFBF (or 0x4EBFBF) is unknown color: approx Viking. HEX triplet: 4E, BF and BF. RGB value is (78,191,191). Sum of RGB (Red+Green+Blue) = 78+191+191=460 (60% of max value = 765). Red value is 78 (30.86% from 255 or 16.96% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #4EBFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBFBF is #B14040. Grayscale: #9D9D9D. Windows color (decimal): -11616321 or 12566350. OLE color: 12566350.

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

Color convert

RGB78191191-
CMYK0.59000.25
HSL180º46.89%52.75%-
HSV(B)180º59.16%74.9%-
XYZ31.1842.6455.88-
YUV157.21147.0671.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.96%
GREEN value IS 191 (75% from 255) = 41.52%
BLUE value IS 191 (75% from 255) = 41.52%
R=16.96%
G=41.52%
B=41.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781911910.59000.2518046.8952.75
Hex4EBFBF3B0019b42f35
Octal1162772777300312645765
Binary10011101011111110111111111011001100110110100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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