#51AAB8

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

Shades of Viking #51AAB8

Tints of Viking #51AAB8

Color information

#51AAB8 (or 0x51AAB8) is unknown color: approx Viking. HEX triplet: 51, AA and B8. RGB value is (81,170,184). Sum of RGB (Red+Green+Blue) = 81+170+184=435 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.62% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 184 (72.27% from 255 or 42.30% from 435); Max value from RGB is 184 - color contains mainly: blue. Hex color #51AAB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AAB8 is #AE5547. Grayscale: #909090. Windows color (decimal): -11425096 or 12102225. OLE color: 12102225.

HSL color Cylindrical-coordinate representation of color #51AAB8: hue angle of 188.16º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51AAB8 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB81170184-
CMYK0.560.0800.28
HSL188.16º42.04%51.96%-
HSV(B)188.16º55.98%72.16%-
XYZ26.4233.9650.51-
YUV144.98150.0182.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.62%
GREEN value IS 170 (66.80% from 255) = 39.08%
BLUE value IS 184 (72.27% from 255) = 42.30%
R=18.62%
G=39.08%
B=42.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal811701840.560.0800.28188.1642.0451.96
Hex51AAB838801Cbc2a34
Octal12125227070100342745264
Binary10100011010101010111000111000100001110010111100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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