#51C1D7

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

Shades of Viking #51C1D7

Tints of Viking #51C1D7

Color information

#51C1D7 (or 0x51C1D7) is unknown color: approx Viking. HEX triplet: 51, C1 and D7. RGB value is (81,193,215). Sum of RGB (Red+Green+Blue) = 81+193+215=489 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.56% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #51C1D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C1D7 is #AE3E28. Grayscale: #A1A1A1. Windows color (decimal): -11419177 or 14139729. OLE color: 14139729.

HSL color Cylindrical-coordinate representation of color #51C1D7: hue angle of 189.85º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51C1D7 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB81193215-
CMYK0.620.1000.16
HSL189.85º62.62%58.04%-
HSV(B)189.85º62.33%84.31%-
XYZ34.7344.871.11-
YUV162.02157.8970.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.56%
GREEN value IS 193 (75.78% from 255) = 39.47%
BLUE value IS 215 (84.38% from 255) = 43.97%
R=16.56%
G=39.47%
B=43.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal811932150.620.1000.16189.8562.6258.04
Hex51C1D73EA010be3f3a
Octal12130132776120202767772
Binary10100011100000111010111111110101001000010111110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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