#51ACBB

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

Shades of Viking #51ACBB

Tints of Viking #51ACBB

Color information

#51ACBB (or 0x51ACBB) is unknown color: approx Viking. HEX triplet: 51, AC and BB. RGB value is (81,172,187). Sum of RGB (Red+Green+Blue) = 81+172+187=440 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.41% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #51ACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ACBB is #AE5344. Grayscale: #929292. Windows color (decimal): -11424581 or 12299345. OLE color: 12299345.

HSL color Cylindrical-coordinate representation of color #51ACBB: hue angle of 188.49º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51ACBB is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB81172187-
CMYK0.570.0800.27
HSL188.49º43.8%52.55%-
HSV(B)188.49º56.68%73.33%-
XYZ27.1234.8452.31-
YUV146.5150.8581.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.41%
GREEN value IS 172 (67.58% from 255) = 39.09%
BLUE value IS 187 (73.44% from 255) = 42.5%
R=18.41%
G=39.09%
B=42.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811721870.570.0800.27188.4943.852.55
Hex51ACBB39801Bbc2c35
Octal12125427371100332745465
Binary10100011010110010111011111001100001101110111100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,172,187); }

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

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

 a { background-color: rgb(81,172,187); }

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

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

 span { border-color: rgb(81,172,187); }

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