#51AEBF

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

Shades of Viking #51AEBF

Tints of Viking #51AEBF

Color information

#51AEBF (or 0x51AEBF) is unknown color: approx Viking. HEX triplet: 51, AE and BF. RGB value is (81,174,191). Sum of RGB (Red+Green+Blue) = 81+174+191=446 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.16% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #51AEBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AEBF is #AE5140. Grayscale: #939393. Windows color (decimal): -11424065 or 12562001. OLE color: 12562001.

HSL color Cylindrical-coordinate representation of color #51AEBF: hue angle of 189.27º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51AEBF is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB81174191-
CMYK0.580.0900.25
HSL189.27º46.22%53.33%-
HSV(B)189.27º57.59%74.9%-
XYZ27.9335.7854.72-
YUV148.13152.1980.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.16%
GREEN value IS 174 (68.36% from 255) = 39.01%
BLUE value IS 191 (75% from 255) = 42.83%
R=18.16%
G=39.01%
B=42.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811741910.580.0900.25189.2746.2253.33
Hex51AEBF3A9019bd2e35
Octal12125627772110312755665
Binary10100011010111010111111111010100101100110111101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,174,191); }

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

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

 a { background-color: rgb(81,174,191); }

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

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

 span { border-color: rgb(81,174,191); }

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