#51AEBB

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

Shades of Viking #51AEBB

Tints of Viking #51AEBB

Color information

#51AEBB (or 0x51AEBB) is unknown color: approx Viking. HEX triplet: 51, AE and BB. RGB value is (81,174,187). Sum of RGB (Red+Green+Blue) = 81+174+187=442 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.33% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #51AEBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AEBB is #AE5144. Grayscale: #939393. Windows color (decimal): -11424069 or 12299857. OLE color: 12299857.

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

Color convert

RGB81174187-
CMYK0.570.0700.27
HSL187.36º43.8%52.55%-
HSV(B)187.36º56.68%73.33%-
XYZ27.535.6152.44-
YUV147.67150.1980.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.33%
GREEN value IS 174 (68.36% from 255) = 39.37%
BLUE value IS 187 (73.44% from 255) = 42.31%
R=18.33%
G=39.37%
B=42.31%

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
Decimal811741870.570.0700.27187.3643.852.55
Hex51AEBB39701Bbb2c35
Octal1212562737170332735465
Binary1010001101011101011101111100111101101110111011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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