#51B6BF

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

Shades of Viking #51B6BF

Tints of Viking #51B6BF

Color information

#51B6BF (or 0x51B6BF) is unknown color: approx Viking. HEX triplet: 51, B6 and BF. RGB value is (81,182,191). Sum of RGB (Red+Green+Blue) = 81+182+191=454 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.84% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #51B6BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B6BF is #AE4940. Grayscale: #989898. Windows color (decimal): -11422017 or 12564049. OLE color: 12564049.

HSL color Cylindrical-coordinate representation of color #51B6BF: hue angle of 184.91º 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 #51B6BF is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB81182191-
CMYK0.580.0500.25
HSL184.91º46.22%53.33%-
HSV(B)184.91º57.59%74.9%-
XYZ29.5338.9755.26-
YUV152.83149.5476.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.84%
GREEN value IS 182 (71.48% from 255) = 40.09%
BLUE value IS 191 (75% from 255) = 42.07%
R=17.84%
G=40.09%
B=42.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811821910.580.0500.25184.9146.2253.33
Hex51B6BF3A5019b92e35
Octal1212662777250312715665
Binary1010001101101101011111111101010101100110111001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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