#51AFB9

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

Shades of Viking #51AFB9

Tints of Viking #51AFB9

Color information

#51AFB9 (or 0x51AFB9) is unknown color: approx Viking. HEX triplet: 51, AF and B9. RGB value is (81,175,185). Sum of RGB (Red+Green+Blue) = 81+175+185=441 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.37% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #51AFB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AFB9 is #AE5046. Grayscale: #939393. Windows color (decimal): -11423815 or 12169041. OLE color: 12169041.

HSL color Cylindrical-coordinate representation of color #51AFB9: hue angle of 185.77º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51AFB9 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB81175185-
CMYK0.560.0500.27
HSL185.77º42.62%52.16%-
HSV(B)185.77º56.22%72.55%-
XYZ27.4835.9151.38-
YUV148.03148.8680.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.37%
GREEN value IS 175 (68.75% from 255) = 39.68%
BLUE value IS 185 (72.66% from 255) = 41.95%
R=18.37%
G=39.68%
B=41.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811751850.560.0500.27185.7742.6252.16
Hex51AFB938501Bba2b34
Octal1212572717050332725364
Binary1010001101011111011100111100010101101110111010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,175,185); }

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

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

 a { background-color: rgb(81,175,185); }

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

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

 span { border-color: rgb(81,175,185); }

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