#51ACBF

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

Shades of Viking #51ACBF

Tints of Viking #51ACBF

Color information

#51ACBF (or 0x51ACBF) is unknown color: approx Viking. HEX triplet: 51, AC and BF. RGB value is (81,172,191). Sum of RGB (Red+Green+Blue) = 81+172+191=444 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.24% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #51ACBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ACBF is #AE5340. Grayscale: #929292. Windows color (decimal): -11424577 or 12561489. OLE color: 12561489.

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

Color convert

RGB81172191-
CMYK0.580.1000.25
HSL190.36º46.22%53.33%-
HSV(B)190.36º57.59%74.9%-
XYZ27.5535.0254.6-
YUV146.96152.8580.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.24%
GREEN value IS 172 (67.58% from 255) = 38.74%
BLUE value IS 191 (75% from 255) = 43.02%
R=18.24%
G=38.74%
B=43.02%

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
Decimal811721910.580.1000.25190.3646.2253.33
Hex51ACBF3AA019be2e35
Octal12125427772120312765665
Binary10100011010110010111111111010101001100110111110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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