#51BFC1

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

Shades of Viking #51BFC1

Tints of Viking #51BFC1

Color information

#51BFC1 (or 0x51BFC1) is unknown color: approx Viking. HEX triplet: 51, BF and C1. RGB value is (81,191,193). Sum of RGB (Red+Green+Blue) = 81+191+193=465 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.42% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #51BFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BFC1 is #AE403E. Grayscale: #9E9E9E. Windows color (decimal): -11419711 or 12697425. OLE color: 12697425.

HSL color Cylindrical-coordinate representation of color #51BFC1: hue angle of 181.07º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51BFC1 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB81191193-
CMYK0.580.0100.24
HSL181.07º47.46%53.73%-
HSV(B)181.07º58.03%75.69%-
XYZ31.6542.8657.06-
YUV158.34147.5672.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.42%
GREEN value IS 191 (75% from 255) = 41.08%
BLUE value IS 193 (75.78% from 255) = 41.51%
R=17.42%
G=41.08%
B=41.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811911930.580.0100.24181.0747.4653.73
Hex51BFC13A1018b52f36
Octal1212773017210302655766
Binary10100011011111111000001111010101100010110101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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