Html Css Color HEX #4EBDB9 Viking

📋 copy color: '#4EBDB9'

red 78 ◦ green 189 ◦ blue 185

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

Shades of Viking #4EBDB9

Tints of Viking #4EBDB9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.81%

 BLUE value IS 185 (72.66% from 255) = 40.93%

R = 17.26%
G = 41.81%
B = 40.93%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#4EBDB9 (or 0x4EBDB9) is known color: Viking. HEX triplet: 4E, BD and B9. RGB value is (78,189,185). Sum of RGB (Red+Green+Blue) = 78+189+185=452 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.26% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 189 - color contains mainly: green. Hex color #4EBDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBDB9 is #B14246. Grayscale: #9B9B9B. Windows color (decimal): -11616839 or 12172622. OLE color: 12172622.

HSL color Cylindrical-coordinate representation of color #4EBDB9: hue angle of 177.84º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBDB9 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 78 189 185 -
CMYK 0.59 0 0.02 0.26
HSL 177.84º 0.46% 0.52% -
HSV(B) 177.84º 0.59% 0.74% -
XYZ 30.1 41.52 52.33 -
YUV 155.36 144.73 72.83 -
System Red Green Blue C M Y K H S L
Decimal 78 189 185 0.59 0 0.02 0.26 177.84 0.46 0.52
Hex 4E BD B9 3B 0 2 1A B2 2E 34
Octal 116 275 271 73 0 2 32 262 56 64
Binary 1001110 10111101 10111001 111011 0 10 11010 10110010 101110 110100

Color Harmonies of #4EBDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EBDB9

Black with #4EBDB9

Text Example


Text Example

White with #4EBDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,189,185); }

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

background-color css

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

 a { background-color: rgb(78,189,185); }

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

border-color css

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

 span { border-color: rgb(78,189,185); }

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