#5EC0CA

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

Shades of Viking #5EC0CA

Tints of Viking #5EC0CA

Color information

#5EC0CA (or 0x5EC0CA) is unknown color: approx Viking. HEX triplet: 5E, C0 and CA. RGB value is (94,192,202). Sum of RGB (Red+Green+Blue) = 94+192+202=488 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.26% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #5EC0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC0CA is #A13F35. Grayscale: #A3A3A3. Windows color (decimal): -10567478 or 13287518. OLE color: 13287518.

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

Color convert

RGB94192202-
CMYK0.530.0500.21
HSL185.56º50.47%58.04%-
HSV(B)185.56º53.47%79.22%-
XYZ34.1344.3462.64-
YUV163.84149.5378.19-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.26%
GREEN value IS 192 (75.39% from 255) = 39.34%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=19.26%
G=39.34%
B=41.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal941922020.530.0500.21185.5650.4758.04
Hex5EC0CA355015ba323a
Octal1363003126550252726272
Binary1011110110000001100101011010110101010110111010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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