Html Css Color HEX #4EC1CC Viking

📋 copy color: '#4EC1CC'

red 78 ◦ green 193 ◦ blue 204

#4EC1CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #4EC1CC

Tints of Viking #4EC1CC

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 value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4EC1CC (or 0x4EC1CC) is known color: 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

RGB 78 193 204 -
CMYK 0.62 0.05 0 0.2
HSL 185.24º 0.55% 0.55% -
HSV(B) 185.24º 0.62% 0.8% -
XYZ 33.11 44.12 63.9 -
YUV 159.87 152.9 69.61 -
System Red Green Blue C M Y K H S L
Decimal 78 193 204 0.62 0.05 0 0.2 185.24 0.55 0.55
Hex 4E C1 CC 3E 5 0 14 B9 37 37
Octal 116 301 314 76 5 0 24 271 67 67
Binary 1001110 11000001 11001100 111110 101 0 10100 10111001 110111 110111

Color Harmonies of #4EC1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC1CC

Black with #4EC1CC

Text Example


Text Example

White with #4EC1CC

Text Example


Text Example

HTML Codes & Css Web 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>