Html Css Color HEX #4EADBE Viking

📋 copy color: '#4EADBE'

red 78 ◦ green 173 ◦ blue 190

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

Shades of Viking #4EADBE

Tints of Viking #4EADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.23%

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

R = 17.69%
G = 39.23%
B = 43.08%

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

#4EADBE (or 0x4EADBE) is known color: Viking. HEX triplet: 4E, AD and BE. RGB value is (78,173,190). Sum of RGB (Red+Green+Blue) = 78+173+190=441 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.69% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #4EADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EADBE is #B15241. Grayscale: #929292. Windows color (decimal): -11620930 or 12496206. OLE color: 12496206.

HSL color Cylindrical-coordinate representation of color #4EADBE: hue angle of 189.11º 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 #4EADBE is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 78 173 190 -
CMYK 0.59 0.09 0 0.25
HSL 189.11º 0.46% 0.53% -
HSV(B) 189.11º 0.59% 0.75% -
XYZ 27.38 35.22 54.07 -
YUV 146.53 152.53 79.12 -
System Red Green Blue C M Y K H S L
Decimal 78 173 190 0.59 0.09 0 0.25 189.11 0.46 0.53
Hex 4E AD BE 3B 9 0 19 BD 2E 35
Octal 116 255 276 73 11 0 31 275 56 65
Binary 1001110 10101101 10111110 111011 1001 0 11001 10111101 101110 110101

Color Harmonies of #4EADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EADBE

Black with #4EADBE

Text Example


Text Example

White with #4EADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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