#51BCC1

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

Shades of Viking #51BCC1

Tints of Viking #51BCC1

Color information

#51BCC1 (or 0x51BCC1) is unknown color: approx Viking. HEX triplet: 51, BC and C1. RGB value is (81,188,193). Sum of RGB (Red+Green+Blue) = 81+188+193=462 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.53% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #51BCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BCC1 is #AE433E. Grayscale: #9C9C9C. Windows color (decimal): -11420479 or 12696657. OLE color: 12696657.

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

Color convert

RGB81188193-
CMYK0.580.0300.24
HSL182.68º47.46%53.73%-
HSV(B)182.68º58.03%75.69%-
XYZ3141.5756.84-
YUV156.58148.5574.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.53%
GREEN value IS 188 (73.83% from 255) = 40.69%
BLUE value IS 193 (75.78% from 255) = 41.77%
R=17.53%
G=40.69%
B=41.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811881930.580.0300.24182.6847.4653.73
Hex51BCC13A3018b72f36
Octal1212743017230302675766
Binary101000110111100110000011110101101100010110111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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