Html Css Color HEX #4EBDC9 Viking

📋 copy color: '#4EBDC9'

red 78 ◦ green 189 ◦ blue 201

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

Shades of Viking #4EBDC9

Tints of Viking #4EBDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.95%

R = 16.67%
G = 40.38%
B = 42.95%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4EBDC9 (or 0x4EBDC9) is known color: Viking. HEX triplet: 4E, BD and C9. RGB value is (78,189,201). Sum of RGB (Red+Green+Blue) = 78+189+201=468 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.67% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 201 - color contains mainly: blue. Hex color #4EBDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBDC9 is #B14236. Grayscale: #9D9D9D. Windows color (decimal): -11616823 or 13221198. OLE color: 13221198.

HSL color Cylindrical-coordinate representation of color #4EBDC9: hue angle of 185.85º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EBDC9 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 78 189 201 -
CMYK 0.61 0.06 0 0.21
HSL 185.85º 0.53% 0.55% -
HSV(B) 185.85º 0.61% 0.79% -
XYZ 31.88 42.23 61.73 -
YUV 157.18 152.73 71.52 -
System Red Green Blue C M Y K H S L
Decimal 78 189 201 0.61 0.06 0 0.21 185.85 0.53 0.55
Hex 4E BD C9 3D 6 0 15 BA 35 37
Octal 116 275 311 75 6 0 25 272 65 67
Binary 1001110 10111101 11001001 111101 110 0 10101 10111010 110101 110111

Color Harmonies of #4EBDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EBDC9

Black with #4EBDC9

Text Example


Text Example

White with #4EBDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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