#51ABBF

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

Shades of Viking #51ABBF

Tints of Viking #51ABBF

Color information

#51ABBF (or 0x51ABBF) is unknown color: approx Viking. HEX triplet: 51, AB and BF. RGB value is (81,171,191). Sum of RGB (Red+Green+Blue) = 81+171+191=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #51ABBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ABBF is #AE5440. Grayscale: #929292. Windows color (decimal): -11424833 or 12561233. OLE color: 12561233.

HSL color Cylindrical-coordinate representation of color #51ABBF: hue angle of 190.91º 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 #51ABBF is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB81171191-
CMYK0.580.1000.25
HSL190.91º46.22%53.33%-
HSV(B)190.91º57.59%74.9%-
XYZ27.3634.6454.53-
YUV146.37153.1881.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.28%
GREEN value IS 171 (67.19% from 255) = 38.60%
BLUE value IS 191 (75% from 255) = 43.12%
R=18.28%
G=38.60%
B=43.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811711910.580.1000.25190.9146.2253.33
Hex51ABBF3AA019bf2e35
Octal12125327772120312775665
Binary10100011010101110111111111010101001100110111111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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