#51A9B9

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

Shades of Viking #51A9B9

Tints of Viking #51A9B9

Color information

#51A9B9 (or 0x51A9B9) is unknown color: approx Viking. HEX triplet: 51, A9 and B9. RGB value is (81,169,185). Sum of RGB (Red+Green+Blue) = 81+169+185=435 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.62% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 185 - color contains mainly: blue. Hex color #51A9B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A9B9 is #AE5646. Grayscale: #909090. Windows color (decimal): -11425351 or 12167505. OLE color: 12167505.

HSL color Cylindrical-coordinate representation of color #51A9B9: hue angle of 189.23º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51A9B9 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB81169185-
CMYK0.560.0900.27
HSL189.23º42.62%52.16%-
HSV(B)189.23º56.22%72.55%-
XYZ26.3433.6351-
YUV144.51150.8582.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.62%
GREEN value IS 169 (66.41% from 255) = 38.85%
BLUE value IS 185 (72.66% from 255) = 42.53%
R=18.62%
G=38.85%
B=42.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811691850.560.0900.27189.2342.6252.16
Hex51A9B938901Bbd2b34
Octal12125127170110332755364
Binary10100011010100110111001111000100101101110111101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,169,185); }

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

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

 a { background-color: rgb(81,169,185); }

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

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

 span { border-color: rgb(81,169,185); }

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