Html Css Color HEX #4EACBE Viking

📋 copy color: '#4EACBE'

red 78 ◦ green 172 ◦ blue 190

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

Shades of Viking #4EACBE

Tints of Viking #4EACBE

RGB

 RED value IS 78 (30.86% from 255) = 17.73%

 GREEN value IS 172 (67.58% from 255) = 39.09%

 BLUE value IS 190 (74.61% from 255) = 43.18%

R = 17.73%
G = 39.09%
B = 43.18%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4EACBE (or 0x4EACBE) is known color: Viking. HEX triplet: 4E, AC and BE. RGB value is (78,172,190). Sum of RGB (Red+Green+Blue) = 78+172+190=440 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.73% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #4EACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EACBE is #B15341. Grayscale: #919191. Windows color (decimal): -11621186 or 12495950. OLE color: 12495950.

HSL color Cylindrical-coordinate representation of color #4EACBE: hue angle of 189.64º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EACBE is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 78 172 190 -
CMYK 0.59 0.09 0 0.25
HSL 189.64º 0.46% 0.53% -
HSV(B) 189.64º 0.59% 0.75% -
XYZ 27.19 34.84 54.01 -
YUV 145.95 152.86 79.54 -
System Red Green Blue C M Y K H S L
Decimal 78 172 190 0.59 0.09 0 0.25 189.64 0.46 0.53
Hex 4E AC BE 3B 9 0 19 BE 2E 35
Octal 116 254 276 73 11 0 31 276 56 65
Binary 1001110 10101100 10111110 111011 1001 0 11001 10111110 101110 110101

Color Harmonies of #4EACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EACBE

Black with #4EACBE

Text Example


Text Example

White with #4EACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,172,190); }

 H1.HeaderClassName
 {
   color: #4EACBE;
 }
 .AnyTagClassName
 {
   color: #4EACBE;
 }
</style>

background-color css

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

 a { background-color: rgb(78,172,190); }

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

border-color css

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

 span { border-color: rgb(78,172,190); }

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