Html Css Color HEX #4EADCB Viking

📋 copy color: '#4EADCB'

red 78 ◦ green 173 ◦ blue 203

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

Shades of Viking #4EADCB

Tints of Viking #4EADCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.71%

R = 17.18%
G = 38.11%
B = 44.71%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4EADCB (or 0x4EADCB) is known color: Viking. HEX triplet: 4E, AD and CB. RGB value is (78,173,203). Sum of RGB (Red+Green+Blue) = 78+173+203=454 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.18% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #4EADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EADCB is #B15234. Grayscale: #939393. Windows color (decimal): -11620917 or 13348174. OLE color: 13348174.

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

Color convert

RGB 78 173 203 -
CMYK 0.62 0.15 0 0.20
HSL 194.4º 0.55% 0.55% -
HSV(B) 194.4º 0.62% 0.8% -
XYZ 28.86 35.82 61.89 -
YUV 148.02 159.03 78.06 -
System Red Green Blue C M Y K H S L
Decimal 78 173 203 0.62 0.15 0 0.20 194.4 0.55 0.55
Hex 4E AD CB 3E F 0 14 C2 37 37
Octal 116 255 313 76 17 0 24 302 67 67
Binary 1001110 10101101 11001011 111110 1111 0 10100 11000010 110111 110111

Color Harmonies of #4EADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EADCB

Black with #4EADCB

Text Example


Text Example

White with #4EADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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