#5EC2CA

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

Shades of Viking #5EC2CA

Tints of Viking #5EC2CA

Color information

#5EC2CA (or 0x5EC2CA) is unknown color: approx Viking. HEX triplet: 5E, C2 and CA. RGB value is (94,194,202). Sum of RGB (Red+Green+Blue) = 94+194+202=490 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.18% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #5EC2CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC2CA is #A13D35. Grayscale: #A4A4A4. Windows color (decimal): -10566966 or 13288030. OLE color: 13288030.

HSL color Cylindrical-coordinate representation of color #5EC2CA: hue angle of 184.44º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EC2CA is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB94194202-
CMYK0.530.0400.21
HSL184.44º50.47%58.04%-
HSV(B)184.44º53.47%79.22%-
XYZ34.5745.2362.78-
YUV165.01148.8777.35-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.18%
GREEN value IS 194 (76.17% from 255) = 39.59%
BLUE value IS 202 (79.30% from 255) = 41.22%
R=19.18%
G=39.59%
B=41.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal941942020.530.0400.21184.4450.4758.04
Hex5EC2CA354015b8323a
Octal1363023126540252706272
Binary1011110110000101100101011010110001010110111000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,194,202); }

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

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

 a { background-color: rgb(94,194,202); }

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

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

 span { border-color: rgb(94,194,202); }

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