#4EC1CC

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

Shades of Viking #4EC1CC

Tints of Viking #4EC1CC

Color information

#4EC1CC (or 0x4EC1CC) is unknown color: approx Viking. HEX triplet: 4E, C1 and CC. RGB value is (78,193,204). Sum of RGB (Red+Green+Blue) = 78+193+204=475 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.42% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #4EC1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC1CC is #B13E33. Grayscale: #9F9F9F. Windows color (decimal): -11615796 or 13418830. OLE color: 13418830.

HSL color Cylindrical-coordinate representation of color #4EC1CC: hue angle of 185.24º 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 #4EC1CC is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB78193204-
CMYK0.620.0500.2
HSL185.24º55.26%55.29%-
HSV(B)185.24º61.76%80%-
XYZ33.1144.1263.9-
YUV159.87152.969.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.42%
GREEN value IS 193 (75.78% from 255) = 40.63%
BLUE value IS 204 (80.08% from 255) = 42.95%
R=16.42%
G=40.63%
B=42.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal781932040.620.0500.2185.2455.2655.29
Hex4EC1CC3E5014b93737
Octal1163013147650242716767
Binary1001110110000011100110011111010101010010111001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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