#5EBEC4

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

Shades of Viking #5EBEC4

Tints of Viking #5EBEC4

Color information

#5EBEC4 (or 0x5EBEC4) is unknown color: approx Viking. HEX triplet: 5E, BE and C4. RGB value is (94,190,196). Sum of RGB (Red+Green+Blue) = 94+190+196=480 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.58% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 196 (76.95% from 255 or 40.83% from 480); Max value from RGB is 196 - color contains mainly: blue. Hex color #5EBEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBEC4 is #A1413B. Grayscale: #A1A1A1. Windows color (decimal): -10567996 or 12893790. OLE color: 12893790.

HSL color Cylindrical-coordinate representation of color #5EBEC4: hue angle of 183.53º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5EBEC4 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB94190196-
CMYK0.520.0300.23
HSL183.53º46.36%56.86%-
HSV(B)183.53º52.04%76.86%-
XYZ32.9943.1958.82-
YUV161.98147.279.51-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.58%
GREEN value IS 190 (74.61% from 255) = 39.58%
BLUE value IS 196 (76.95% from 255) = 40.83%
R=19.58%
G=39.58%
B=40.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal941901960.520.0300.23183.5346.3656.86
Hex5EBEC4343017b82e39
Octal1362763046430272705671
Binary101111010111110110001001101001101011110111000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EBEC4; }

 p { color: rgb(94,190,196); }

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

<style>
 a { background-color: #5EBEC4; }

 a { background-color: rgb(94,190,196); }

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

<style>
 span { border-color: #5EBEC4; }

 span { border-color: rgb(94,190,196); }

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