#51AFBB

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

Shades of Viking #51AFBB

Tints of Viking #51AFBB

Color information

#51AFBB (or 0x51AFBB) is unknown color: approx Viking. HEX triplet: 51, AF and BB. RGB value is (81,175,187). Sum of RGB (Red+Green+Blue) = 81+175+187=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #51AFBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AFBB is #AE5044. Grayscale: #949494. Windows color (decimal): -11423813 or 12300113. OLE color: 12300113.

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

Color convert

RGB81175187-
CMYK0.570.0600.27
HSL186.79º43.8%52.55%-
HSV(B)186.79º56.68%73.33%-
XYZ27.693652.5-
YUV148.26149.8680.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.28%
GREEN value IS 175 (68.75% from 255) = 39.50%
BLUE value IS 187 (73.44% from 255) = 42.21%
R=18.28%
G=39.50%
B=42.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811751870.570.0600.27186.7943.852.55
Hex51AFBB39601Bbb2c35
Octal1212572737160332735465
Binary1010001101011111011101111100111001101110111011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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