#51ADBA

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

Shades of Viking #51ADBA

Tints of Viking #51ADBA

Color information

#51ADBA (or 0x51ADBA) is unknown color: approx Viking. HEX triplet: 51, AD and BA. RGB value is (81,173,186). Sum of RGB (Red+Green+Blue) = 81+173+186=440 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.41% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #51ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ADBA is #AE5245. Grayscale: #929292. Windows color (decimal): -11424326 or 12234065. OLE color: 12234065.

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

Color convert

RGB81173186-
CMYK0.560.0700.27
HSL187.43º43.21%52.35%-
HSV(B)187.43º56.45%72.94%-
XYZ27.235.1851.81-
YUV146.97150.0280.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.41%
GREEN value IS 173 (67.97% from 255) = 39.32%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=18.41%
G=39.32%
B=42.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811731860.560.0700.27187.4343.2152.35
Hex51ADBA38701Bbb2b34
Octal1212552727070332735364
Binary1010001101011011011101011100011101101110111011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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