#5EC1CB

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

Shades of Viking #5EC1CB

Tints of Viking #5EC1CB

Color information

#5EC1CB (or 0x5EC1CB) is unknown color: approx Viking. HEX triplet: 5E, C1 and CB. RGB value is (94,193,203). Sum of RGB (Red+Green+Blue) = 94+193+203=490 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.18% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #5EC1CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC1CB is #A13E34. Grayscale: #A4A4A4. Windows color (decimal): -10567221 or 13353310. OLE color: 13353310.

HSL color Cylindrical-coordinate representation of color #5EC1CB: hue angle of 185.5º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EC1CB is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB94193203-
CMYK0.540.0500.20
HSL185.5º51.17%58.24%-
HSV(B)185.5º53.69%79.61%-
XYZ34.4744.8363.34-
YUV164.54149.777.69-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.18%
GREEN value IS 193 (75.78% from 255) = 39.39%
BLUE value IS 203 (79.69% from 255) = 41.43%
R=19.18%
G=39.39%
B=41.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal941932030.540.0500.20185.551.1758.24
Hex5EC1CB365014ba333a
Octal1363013136650242726372
Binary1011110110000011100101111011010101010010111010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,193,203); }

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

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

 a { background-color: rgb(94,193,203); }

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

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

 span { border-color: rgb(94,193,203); }

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