#51ADBB

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

Shades of Viking #51ADBB

Tints of Viking #51ADBB

Color information

#51ADBB (or 0x51ADBB) is unknown color: approx Viking. HEX triplet: 51, AD and BB. RGB value is (81,173,187). Sum of RGB (Red+Green+Blue) = 81+173+187=441 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.37% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #51ADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ADBB is #AE5244. Grayscale: #929292. Windows color (decimal): -11424325 or 12299601. OLE color: 12299601.

HSL color Cylindrical-coordinate representation of color #51ADBB: hue angle of 187.92º 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 #51ADBB is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB81173187-
CMYK0.570.0700.27
HSL187.92º43.8%52.55%-
HSV(B)187.92º56.68%73.33%-
XYZ27.3135.2252.37-
YUV147.09150.5280.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.37%
GREEN value IS 173 (67.97% from 255) = 39.23%
BLUE value IS 187 (73.44% from 255) = 42.40%
R=18.37%
G=39.23%
B=42.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811731870.570.0700.27187.9243.852.55
Hex51ADBB39701Bbc2c35
Octal1212552737170332745465
Binary1010001101011011011101111100111101101110111100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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