#51B7BA

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

Shades of Viking #51B7BA

Tints of Viking #51B7BA

Color information

#51B7BA (or 0x51B7BA) is unknown color: approx Viking. HEX triplet: 51, B7 and BA. RGB value is (81,183,186). Sum of RGB (Red+Green+Blue) = 81+183+186=450 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #51B7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B7BA is #AE4845. Grayscale: #989898. Windows color (decimal): -11421766 or 12236625. OLE color: 12236625.

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

Color convert

RGB81183186-
CMYK0.560.0200.27
HSL181.71º43.21%52.35%-
HSV(B)181.71º56.45%72.94%-
XYZ29.1939.1652.47-
YUV152.84146.7176.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18%
GREEN value IS 183 (71.88% from 255) = 40.67%
BLUE value IS 186 (73.05% from 255) = 41.33%
R=18%
G=40.67%
B=41.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811831860.560.0200.27181.7143.2152.35
Hex51B7BA38201Bb62b34
Octal1212672727020332665364
Binary101000110110111101110101110001001101110110110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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