#51ACBC

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

Shades of Viking #51ACBC

Tints of Viking #51ACBC

Color information

#51ACBC (or 0x51ACBC) is unknown color: approx Viking. HEX triplet: 51, AC and BC. RGB value is (81,172,188). Sum of RGB (Red+Green+Blue) = 81+172+188=441 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.37% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #51ACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ACBC is #AE5343. Grayscale: #929292. Windows color (decimal): -11424580 or 12364881. OLE color: 12364881.

HSL color Cylindrical-coordinate representation of color #51ACBC: hue angle of 188.97º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51ACBC is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB81172188-
CMYK0.570.0900.26
HSL188.97º44.4%52.75%-
HSV(B)188.97º56.91%73.73%-
XYZ27.2234.8952.88-
YUV146.62151.3581.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.37%
GREEN value IS 172 (67.58% from 255) = 39.00%
BLUE value IS 188 (73.83% from 255) = 42.63%
R=18.37%
G=39.00%
B=42.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811721880.570.0900.26188.9744.452.75
Hex51ACBC39901Abd2c35
Octal12125427471110322755465
Binary10100011010110010111100111001100101101010111101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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