#4EB2BB

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

Shades of Viking #4EB2BB

Tints of Viking #4EB2BB

Color information

#4EB2BB (or 0x4EB2BB) is unknown color: approx Viking. HEX triplet: 4E, B2 and BB. RGB value is (78,178,187). Sum of RGB (Red+Green+Blue) = 78+178+187=443 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.61% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #4EB2BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EB2BB is #B14D44. Grayscale: #949494. Windows color (decimal): -11619653 or 12300878. OLE color: 12300878.

HSL color Cylindrical-coordinate representation of color #4EB2BB: hue angle of 184.95º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EB2BB is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB78178187-
CMYK0.580.0500.27
HSL184.95º44.49%51.96%-
HSV(B)184.95º58.29%73.33%-
XYZ28.0337.0552.69-
YUV149.13149.3777.27-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.61%
GREEN value IS 178 (69.92% from 255) = 40.18%
BLUE value IS 187 (73.44% from 255) = 42.21%
R=17.61%
G=40.18%
B=42.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal781781870.580.0500.27184.9544.4951.96
Hex4EB2BB3A501Bb92c34
Octal1162622737250332715464
Binary1001110101100101011101111101010101101110111001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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