#51B3BB

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

Shades of Viking #51B3BB

Tints of Viking #51B3BB

Color information

#51B3BB (or 0x51B3BB) is unknown color: approx Viking. HEX triplet: 51, B3 and BB. RGB value is (81,179,187). Sum of RGB (Red+Green+Blue) = 81+179+187=447 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.12% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #51B3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B3BB is #AE4C44. Grayscale: #969696. Windows color (decimal): -11422789 or 12301137. OLE color: 12301137.

HSL color Cylindrical-coordinate representation of color #51B3BB: hue angle of 184.53º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51B3BB is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB81179187-
CMYK0.570.0400.27
HSL184.53º43.8%52.55%-
HSV(B)184.53º56.68%73.33%-
XYZ28.4837.5852.77-
YUV150.61148.5378.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.12%
GREEN value IS 179 (70.31% from 255) = 40.04%
BLUE value IS 187 (73.44% from 255) = 41.83%
R=18.12%
G=40.04%
B=41.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811791870.570.0400.27184.5343.852.55
Hex51B3BB39401Bb92c35
Octal1212632737140332715465
Binary1010001101100111011101111100110001101110111001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,179,187); }

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

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

 a { background-color: rgb(81,179,187); }

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

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

 span { border-color: rgb(81,179,187); }

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