#51BAB9

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

Shades of Viking #51BAB9

Tints of Viking #51BAB9

Color information

#51BAB9 (or 0x51BAB9) is unknown color: approx Viking. HEX triplet: 51, BA and B9. RGB value is (81,186,185). Sum of RGB (Red+Green+Blue) = 81+186+185=452 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.92% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #51BAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BAB9 is #AE4546. Grayscale: #9A9A9A. Windows color (decimal): -11420999 or 12171857. OLE color: 12171857.

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

Color convert

RGB81186185-
CMYK0.5600.010.27
HSL179.43º43.21%52.35%-
HSV(B)179.43º56.45%72.94%-
XYZ29.7140.3752.13-
YUV154.49145.2175.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.92%
GREEN value IS 186 (73.05% from 255) = 41.15%
BLUE value IS 185 (72.66% from 255) = 40.93%
R=17.92%
G=41.15%
B=40.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811861850.5600.010.27179.4343.2152.35
Hex51BAB938011Bb32b34
Octal1212722717001332635364
Binary10100011011101010111001111000011101110110011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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