#51ACCA

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

Shades of Viking #51ACCA

Tints of Viking #51ACCA

Color information

#51ACCA (or 0x51ACCA) is unknown color: approx Viking. HEX triplet: 51, AC and CA. RGB value is (81,172,202). Sum of RGB (Red+Green+Blue) = 81+172+202=455 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.80% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #51ACCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ACCA is #AE5335. Grayscale: #949494. Windows color (decimal): -11424566 or 13282385. OLE color: 13282385.

HSL color Cylindrical-coordinate representation of color #51ACCA: hue angle of 194.88º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51ACCA is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB81172202-
CMYK0.600.1500.21
HSL194.88º53.3%55.49%-
HSV(B)194.88º59.9%79.22%-
XYZ28.8135.5261.21-
YUV148.21158.3580.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.80%
GREEN value IS 172 (67.58% from 255) = 37.80%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=17.80%
G=37.80%
B=44.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal811722020.600.1500.21194.8853.355.49
Hex51ACCA3CF015c33537
Octal12125431274170253036567
Binary10100011010110011001010111100111101010111000011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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