#51A7BA

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

Shades of Viking #51A7BA

Tints of Viking #51A7BA

Color information

#51A7BA (or 0x51A7BA) is unknown color: approx Viking. HEX triplet: 51, A7 and BA. RGB value is (81,167,186). Sum of RGB (Red+Green+Blue) = 81+167+186=434 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.66% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #51A7BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A7BA is #AE5845. Grayscale: #8F8F8F. Windows color (decimal): -11425862 or 12232529. OLE color: 12232529.

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

Color convert

RGB81167186-
CMYK0.560.1000.27
HSL190.86º43.21%52.35%-
HSV(B)190.86º56.45%72.94%-
XYZ26.0732.9351.44-
YUV143.45152.0183.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.66%
GREEN value IS 167 (65.62% from 255) = 38.48%
BLUE value IS 186 (73.05% from 255) = 42.86%
R=18.66%
G=38.48%
B=42.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811671860.560.1000.27190.8643.2152.35
Hex51A7BA38A01Bbf2b34
Octal12124727270120332775364
Binary10100011010011110111010111000101001101110111111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,167,186); }

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

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

 a { background-color: rgb(81,167,186); }

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

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

 span { border-color: rgb(81,167,186); }

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