#51C0D9

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

Shades of Viking #51C0D9

Tints of Viking #51C0D9

Color information

#51C0D9 (or 0x51C0D9) is unknown color: approx Viking. HEX triplet: 51, C0 and D9. RGB value is (81,192,217). Sum of RGB (Red+Green+Blue) = 81+192+217=490 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.53% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 217 - color contains mainly: blue. Hex color #51C0D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C0D9 is #AE3F26. Grayscale: #A1A1A1. Windows color (decimal): -11419431 or 14270545. OLE color: 14270545.

HSL color Cylindrical-coordinate representation of color #51C0D9: hue angle of 191.03º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51C0D9 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB81192217-
CMYK0.630.1200.15
HSL191.03º64.15%58.43%-
HSV(B)191.03º62.67%85.1%-
XYZ34.7744.4672.39-
YUV161.66159.2370.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.53%
GREEN value IS 192 (75.39% from 255) = 39.18%
BLUE value IS 217 (85.16% from 255) = 44.29%
R=16.53%
G=39.18%
B=44.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal811922170.630.1200.15191.0364.1558.43
Hex51C0D93FC0Fbf403a
Octal121300331771401727710072
Binary10100011100000011011001111111110001111101111111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51C0D9; }

 p { color: rgb(81,192,217); }

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

<style>
 a { background-color: #51C0D9; }

 a { background-color: rgb(81,192,217); }

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

<style>
 span { border-color: #51C0D9; }

 span { border-color: rgb(81,192,217); }

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