#4EC0CA

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

Shades of Viking #4EC0CA

Tints of Viking #4EC0CA

Color information

#4EC0CA (or 0x4EC0CA) is unknown color: approx Viking. HEX triplet: 4E, C0 and CA. RGB value is (78,192,202). Sum of RGB (Red+Green+Blue) = 78+192+202=472 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.53% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #4EC0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC0CA is #B13F35. Grayscale: #9E9E9E. Windows color (decimal): -11616054 or 13287502. OLE color: 13287502.

HSL color Cylindrical-coordinate representation of color #4EC0CA: hue angle of 184.84º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC0CA is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB78192202-
CMYK0.610.0500.21
HSL184.84º53.91%54.9%-
HSV(B)184.84º61.39%79.22%-
XYZ32.6543.5862.57-
YUV159.05152.2370.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.53%
GREEN value IS 192 (75.39% from 255) = 40.68%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=16.53%
G=40.68%
B=42.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal781922020.610.0500.21184.8453.9154.9
Hex4EC0CA3D5015b93637
Octal1163003127550252716667
Binary1001110110000001100101011110110101010110111001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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