#51B1C3

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

Shades of Viking #51B1C3

Tints of Viking #51B1C3

Color information

#51B1C3 (or 0x51B1C3) is unknown color: approx Viking. HEX triplet: 51, B1 and C3. RGB value is (81,177,195). Sum of RGB (Red+Green+Blue) = 81+177+195=453 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.88% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 195 (76.56% from 255 or 43.05% from 453); Max value from RGB is 195 - color contains mainly: blue. Hex color #51B1C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51B1C3 is #AE4E3C. Grayscale: #969696. Windows color (decimal): -11423293 or 12824913. OLE color: 12824913.

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

Color convert

RGB81177195-
CMYK0.580.0900.24
HSL189.47º48.72%54.12%-
HSV(B)189.47º58.46%76.47%-
XYZ28.9737.1357.27-
YUV150.35153.278.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.88%
GREEN value IS 177 (69.53% from 255) = 39.07%
BLUE value IS 195 (76.56% from 255) = 43.05%
R=17.88%
G=39.07%
B=43.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811771950.580.0900.24189.4748.7254.12
Hex51B1C33A9018bd3136
Octal12126130372110302756166
Binary10100011011000111000011111010100101100010111101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,177,195); }

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

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

 a { background-color: rgb(81,177,195); }

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

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

 span { border-color: rgb(81,177,195); }

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