#51B4BC

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

Shades of Viking #51B4BC

Tints of Viking #51B4BC

Color information

#51B4BC (or 0x51B4BC) is unknown color: approx Viking. HEX triplet: 51, B4 and BC. RGB value is (81,180,188). Sum of RGB (Red+Green+Blue) = 81+180+188=449 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.04% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #51B4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B4BC is #AE4B43. Grayscale: #979797. Windows color (decimal): -11422532 or 12366929. OLE color: 12366929.

HSL color Cylindrical-coordinate representation of color #51B4BC: hue angle of 184.49º 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 #51B4BC is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB81180188-
CMYK0.570.0400.26
HSL184.49º44.4%52.75%-
HSV(B)184.49º56.91%73.73%-
XYZ28.7938.0253.4-
YUV151.31148.777.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.04%
GREEN value IS 180 (70.70% from 255) = 40.09%
BLUE value IS 188 (73.83% from 255) = 41.87%
R=18.04%
G=40.09%
B=41.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811801880.570.0400.26184.4944.452.75
Hex51B4BC39401Ab82c35
Octal1212642747140322705465
Binary1010001101101001011110011100110001101010111000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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