#51B7C0

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

Shades of Viking #51B7C0

Tints of Viking #51B7C0

Color information

#51B7C0 (or 0x51B7C0) is unknown color: approx Viking. HEX triplet: 51, B7 and C0. RGB value is (81,183,192). Sum of RGB (Red+Green+Blue) = 81+183+192=456 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.76% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 192 - color contains mainly: blue. Hex color #51B7C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B7C0 is #AE483F. Grayscale: #999999. Windows color (decimal): -11421760 or 12629841. OLE color: 12629841.

HSL color Cylindrical-coordinate representation of color #51B7C0: hue angle of 184.86º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51B7C0 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB81183192-
CMYK0.580.0500.25
HSL184.86º46.84%53.53%-
HSV(B)184.86º57.81%75.29%-
XYZ29.8439.4255.91-
YUV153.53149.7176.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.76%
GREEN value IS 183 (71.88% from 255) = 40.13%
BLUE value IS 192 (75.39% from 255) = 42.11%
R=17.76%
G=40.13%
B=42.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811831920.580.0500.25184.8646.8453.53
Hex51B7C03A5019b92f36
Octal1212673007250312715766
Binary1010001101101111100000011101010101100110111001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,183,192); }

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

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

 a { background-color: rgb(81,183,192); }

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

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

 span { border-color: rgb(81,183,192); }

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