#51b7bf

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

Shades of Viking #51B7BF

Tints of Viking #51B7BF

Color information

#51B7BF (or 0x51B7BF) is unknown color: approx Viking. HEX triplet: 51, B7 and BF. RGB value is (81,183,191). Sum of RGB (Red+Green+Blue) = 81+183+191=455 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.80% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #51B7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B7BF is #AE4840. Grayscale: #999999. Windows color (decimal): -11421761 or 12564305. OLE color: 12564305.

HSL color Cylindrical-coordinate representation of color #51B7BF: hue angle of 184.36º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51B7BF is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB81183191-
CMYK0.580.0400.25
HSL184.36º46.22%53.33%-
HSV(B)184.36º57.59%74.9%-
XYZ29.7339.3855.32-
YUV153.41149.2176.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.80%
GREEN value IS 183 (71.88% from 255) = 40.22%
BLUE value IS 191 (75% from 255) = 41.98%
R=17.80%
G=40.22%
B=41.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811831910.580.0400.25184.3646.2253.33
Hex51B7BF3A4019b82e35
Octal1212672777240312705665
Binary1010001101101111011111111101010001100110111000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51b7bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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