Html Css Color HEX #4EBEC0 Viking

📋 copy color: '#4EBEC0'

red 78 ◦ green 190 ◦ blue 192

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

Shades of Viking #4EBEC0

Tints of Viking #4EBEC0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.3%

 BLUE value IS 192 (75.39% from 255) = 41.74%

R = 16.96%
G = 41.3%
B = 41.74%

CMYK

 C value IS 0.59

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4EBEC0 (or 0x4EBEC0) is known color: Viking. HEX triplet: 4E, BE and C0. RGB value is (78,190,192). Sum of RGB (Red+Green+Blue) = 78+190+192=460 (60% of max value = 765). Red value is 78 (30.86% from 255 or 16.96% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 192 - color contains mainly: blue. Hex color #4EBEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBEC0 is #B1413F. Grayscale: #9C9C9C. Windows color (decimal): -11616576 or 12631630. OLE color: 12631630.

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

Color convert

RGB 78 190 192 -
CMYK 0.59 0.01 0 0.25
HSL 181.05º 0.48% 0.53% -
HSV(B) 181.05º 0.59% 0.75% -
XYZ 31.07 42.25 56.39 -
YUV 156.74 147.89 71.84 -
System Red Green Blue C M Y K H S L
Decimal 78 190 192 0.59 0.01 0 0.25 181.05 0.48 0.53
Hex 4E BE C0 3B 1 0 19 B5 30 35
Octal 116 276 300 73 1 0 31 265 60 65
Binary 1001110 10111110 11000000 111011 1 0 11001 10110101 110000 110101

Color Harmonies of #4EBEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EBEC0

Black with #4EBEC0

Text Example


Text Example

White with #4EBEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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