#4EC0CC

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

Shades of Viking #4EC0CC

Tints of Viking #4EC0CC

Color information

#4EC0CC (or 0x4EC0CC) is unknown color: approx Viking. HEX triplet: 4E, C0 and CC. RGB value is (78,192,204). Sum of RGB (Red+Green+Blue) = 78+192+204=474 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.46% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #4EC0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC0CC is #B13F33. Grayscale: #9F9F9F. Windows color (decimal): -11616052 or 13418574. OLE color: 13418574.

HSL color Cylindrical-coordinate representation of color #4EC0CC: hue angle of 185.71º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EC0CC is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB78192204-
CMYK0.620.0600.2
HSL185.71º55.26%55.29%-
HSV(B)185.71º61.76%80%-
XYZ32.8943.6863.82-
YUV159.28153.2370.02-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.46%
GREEN value IS 192 (75.39% from 255) = 40.51%
BLUE value IS 204 (80.08% from 255) = 43.04%
R=16.46%
G=40.51%
B=43.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal781922040.620.0600.2185.7155.2655.29
Hex4EC0CC3E6014ba3737
Octal1163003147660242726767
Binary1001110110000001100110011111011001010010111010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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