#4EBCC9

Color #4EBCC9 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #4EBCC9

Tints of Viking #4EBCC9

Color information

#4EBCC9 (or 0x4EBCC9) is unknown color: approx Viking. HEX triplet: 4E, BC and C9. RGB value is (78,188,201). Sum of RGB (Red+Green+Blue) = 78+188+201=467 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.70% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 201 - color contains mainly: blue. Hex color #4EBCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBCC9 is #B14336. Grayscale: #9C9C9C. Windows color (decimal): -11617079 or 13220942. OLE color: 13220942.

HSL color Cylindrical-coordinate representation of color #4EBCC9: hue angle of 186.34º 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 #4EBCC9 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB78188201-
CMYK0.610.0600.21
HSL186.34º53.25%54.71%-
HSV(B)186.34º61.19%78.82%-
XYZ31.6741.861.66-
YUV156.59153.0671.94-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.70%
GREEN value IS 188 (73.83% from 255) = 40.26%
BLUE value IS 201 (78.91% from 255) = 43.04%
R=16.70%
G=40.26%
B=43.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal781882010.610.0600.21186.3453.2554.71
Hex4EBCC93D6015ba3537
Octal1162743117560252726567
Binary1001110101111001100100111110111001010110111010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4EBCC9;
 }
 .AnyTagClassName
 {
   color: #4EBCC9;
 }
</style>
background-color css

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

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

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

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

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

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