#5EC3CA

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

Shades of Viking #5EC3CA

Tints of Viking #5EC3CA

Color information

#5EC3CA (or 0x5EC3CA) is unknown color: approx Viking. HEX triplet: 5E, C3 and CA. RGB value is (94,195,202). Sum of RGB (Red+Green+Blue) = 94+195+202=491 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.14% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #5EC3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC3CA is #A13C35. Grayscale: #A5A5A5. Windows color (decimal): -10566710 or 13288286. OLE color: 13288286.

HSL color Cylindrical-coordinate representation of color #5EC3CA: hue angle of 183.89º 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 #5EC3CA is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB94195202-
CMYK0.530.0300.21
HSL183.89º50.47%58.04%-
HSV(B)183.89º53.47%79.22%-
XYZ34.7945.6762.86-
YUV165.6148.5476.93-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.14%
GREEN value IS 195 (76.56% from 255) = 39.71%
BLUE value IS 202 (79.30% from 255) = 41.14%
R=19.14%
G=39.71%
B=41.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal941952020.530.0300.21183.8950.4758.04
Hex5EC3CA353015b8323a
Octal1363033126530252706272
Binary101111011000011110010101101011101010110111000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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