#4DC0CA

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

Shades of Viking #4DC0CA

Tints of Viking #4DC0CA

Color information

#4DC0CA (or 0x4DC0CA) is unknown color: approx Viking. HEX triplet: 4D, C0 and CA. RGB value is (77,192,202). Sum of RGB (Red+Green+Blue) = 77+192+202=471 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.35% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #4DC0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC0CA is #B23F35. Grayscale: #9E9E9E. Windows color (decimal): -11681590 or 13287501. OLE color: 13287501.

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

Color convert

RGB77192202-
CMYK0.620.0500.21
HSL184.8º54.11%54.71%-
HSV(B)184.8º61.88%79.22%-
XYZ32.5743.5462.56-
YUV158.76152.469.69-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.35%
GREEN value IS 192 (75.39% from 255) = 40.76%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=16.35%
G=40.76%
B=42.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal771922020.620.0500.21184.854.1154.71
Hex4DC0CA3E5015b93637
Octal1153003127650252716667
Binary1001101110000001100101011111010101010110111001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,192,202); }

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

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

 a { background-color: rgb(77,192,202); }

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

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

 span { border-color: rgb(77,192,202); }

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