#51AAC6

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

Shades of Viking #51AAC6

Tints of Viking #51AAC6

Color information

#51AAC6 (or 0x51AAC6) is unknown color: approx Viking. HEX triplet: 51, AA and C6. RGB value is (81,170,198). Sum of RGB (Red+Green+Blue) = 81+170+198=449 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.04% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 198 - color contains mainly: blue. Hex color #51AAC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AAC6 is #AE5539. Grayscale: #929292. Windows color (decimal): -11425082 or 13019729. OLE color: 13019729.

HSL color Cylindrical-coordinate representation of color #51AAC6: hue angle of 194.36º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51AAC6 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB81170198-
CMYK0.590.1400.22
HSL194.36º50.65%54.71%-
HSV(B)194.36º59.09%77.65%-
XYZ27.9634.5858.63-
YUV146.58157.0181.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.04%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 198 (77.73% from 255) = 44.10%
R=18.04%
G=37.86%
B=44.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal811701980.590.1400.22194.3650.6554.71
Hex51AAC63BE016c23337
Octal12125230673160263026367
Binary10100011010101011000110111011111001011011000010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,170,198); }

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

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

 a { background-color: rgb(81,170,198); }

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

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

 span { border-color: rgb(81,170,198); }

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