Html Css Color HEX #4EBECE Viking

📋 copy color: '#4EBECE'

red 78 ◦ green 190 ◦ blue 206

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

Shades of Viking #4EBECE

Tints of Viking #4EBECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 16.46%
G = 40.08%
B = 43.46%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4EBECE (or 0x4EBECE) is known color: Viking. HEX triplet: 4E, BE and CE. RGB value is (78,190,206). Sum of RGB (Red+Green+Blue) = 78+190+206=474 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.46% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #4EBECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBECE is #B14131. Grayscale: #9E9E9E. Windows color (decimal): -11616562 or 13549134. OLE color: 13549134.

HSL color Cylindrical-coordinate representation of color #4EBECE: hue angle of 187.5º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EBECE is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 190 206 -
CMYK 0.62 0.08 0 0.19
HSL 187.5º 0.57% 0.56% -
HSV(B) 187.5º 0.62% 0.81% -
XYZ 32.7 42.9 64.95 -
YUV 158.34 154.89 70.7 -
System Red Green Blue C M Y K H S L
Decimal 78 190 206 0.62 0.08 0 0.19 187.5 0.57 0.56
Hex 4E BE CE 3E 8 0 13 BC 39 38
Octal 116 276 316 76 10 0 23 274 71 70
Binary 1001110 10111110 11001110 111110 1000 0 10011 10111100 111001 111000

Color Harmonies of #4EBECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EBECE

Black with #4EBECE

Text Example


Text Example

White with #4EBECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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