#4DC1D1

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

Shades of Viking #4DC1D1

Tints of Viking #4DC1D1

Color information

#4DC1D1 (or 0x4DC1D1) is unknown color: approx Viking. HEX triplet: 4D, C1 and D1. RGB value is (77,193,209). Sum of RGB (Red+Green+Blue) = 77+193+209=479 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.08% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 209 - color contains mainly: blue. Hex color #4DC1D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC1D1 is #B23E2E. Grayscale: #9F9F9F. Windows color (decimal): -11681327 or 13746509. OLE color: 13746509.

HSL color Cylindrical-coordinate representation of color #4DC1D1: hue angle of 187.27º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DC1D1 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB77193209-
CMYK0.630.0800.18
HSL187.27º58.93%56.08%-
HSV(B)187.27º63.16%81.96%-
XYZ33.6444.3267.1-
YUV160.14155.5768.7-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.08%
GREEN value IS 193 (75.78% from 255) = 40.29%
BLUE value IS 209 (82.03% from 255) = 43.63%
R=16.08%
G=40.29%
B=43.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal771932090.630.0800.18187.2758.9356.08
Hex4DC1D13F8012bb3b38
Octal11530132177100222737370
Binary10011011100000111010001111111100001001010111011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,193,209); }

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

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

 a { background-color: rgb(77,193,209); }

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

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

 span { border-color: rgb(77,193,209); }

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