#51B3C2

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

Shades of Viking #51B3C2

Tints of Viking #51B3C2

Color information

#51B3C2 (or 0x51B3C2) is unknown color: approx Viking. HEX triplet: 51, B3 and C2. RGB value is (81,179,194). Sum of RGB (Red+Green+Blue) = 81+179+194=454 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.84% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 194 - color contains mainly: blue. Hex color #51B3C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B3C2 is #AE4C3D. Grayscale: #979797. Windows color (decimal): -11422782 or 12759889. OLE color: 12759889.

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

Color convert

RGB81179194-
CMYK0.580.0800.24
HSL187.96º48.09%53.92%-
HSV(B)187.96º58.25%76.08%-
XYZ29.2537.8856.81-
YUV151.41152.0377.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.84%
GREEN value IS 179 (70.31% from 255) = 39.43%
BLUE value IS 194 (76.17% from 255) = 42.73%
R=17.84%
G=39.43%
B=42.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811791940.580.0800.24187.9648.0953.92
Hex51B3C23A8018bc3036
Octal12126330272100302746066
Binary10100011011001111000010111010100001100010111100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,179,194); }

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

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

 a { background-color: rgb(81,179,194); }

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

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

 span { border-color: rgb(81,179,194); }

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