#51B8C6

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

Shades of Viking #51B8C6

Tints of Viking #51B8C6

Color information

#51B8C6 (or 0x51B8C6) is unknown color: approx Viking. HEX triplet: 51, B8 and C6. RGB value is (81,184,198). Sum of RGB (Red+Green+Blue) = 81+184+198=463 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.49% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 198 - color contains mainly: blue. Hex color #51B8C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B8C6 is #AE4739. Grayscale: #9A9A9A. Windows color (decimal): -11421498 or 13023313. OLE color: 13023313.

HSL color Cylindrical-coordinate representation of color #51B8C6: hue angle of 187.18º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51B8C6 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB81184198-
CMYK0.590.0700.22
HSL187.18º50.65%54.71%-
HSV(B)187.18º59.09%77.65%-
XYZ30.7340.1159.55-
YUV154.8152.3875.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.49%
GREEN value IS 184 (72.27% from 255) = 39.74%
BLUE value IS 198 (77.73% from 255) = 42.76%
R=17.49%
G=39.74%
B=42.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal811841980.590.0700.22187.1850.6554.71
Hex51B8C63B7016bb3337
Octal1212703067370262736367
Binary1010001101110001100011011101111101011010111011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,184,198); }

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

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

 a { background-color: rgb(81,184,198); }

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

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

 span { border-color: rgb(81,184,198); }

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