#51B6C2

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

Shades of Viking #51B6C2

Tints of Viking #51B6C2

Color information

#51B6C2 (or 0x51B6C2) is unknown color: approx Viking. HEX triplet: 51, B6 and C2. RGB value is (81,182,194). Sum of RGB (Red+Green+Blue) = 81+182+194=457 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.72% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 194 - color contains mainly: blue. Hex color #51B6C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B6C2 is #AE493D. Grayscale: #999999. Windows color (decimal): -11422014 or 12760657. OLE color: 12760657.

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

Color convert

RGB81182194-
CMYK0.580.0600.24
HSL186.37º48.09%53.92%-
HSV(B)186.37º58.25%76.08%-
XYZ29.8639.157.01-
YUV153.17151.0476.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.72%
GREEN value IS 182 (71.48% from 255) = 39.82%
BLUE value IS 194 (76.17% from 255) = 42.45%
R=17.72%
G=39.82%
B=42.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811821940.580.0600.24186.3748.0953.92
Hex51B6C23A6018ba3036
Octal1212663027260302726066
Binary1010001101101101100001011101011001100010111010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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