#51BEC0

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

Shades of Viking #51BEC0

Tints of Viking #51BEC0

Color information

#51BEC0 (or 0x51BEC0) is unknown color: approx Viking. HEX triplet: 51, BE and C0. RGB value is (81,190,192). Sum of RGB (Red+Green+Blue) = 81+190+192=463 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.49% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 192 - color contains mainly: blue. Hex color #51BEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BEC0 is #AE413F. Grayscale: #9D9D9D. Windows color (decimal): -11419968 or 12631633. OLE color: 12631633.

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

Color convert

RGB81190192-
CMYK0.580.0100.25
HSL181.08º46.84%53.53%-
HSV(B)181.08º57.81%75.29%-
XYZ31.3242.3856.4-
YUV157.64147.3973.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.49%
GREEN value IS 190 (74.61% from 255) = 41.04%
BLUE value IS 192 (75.39% from 255) = 41.47%
R=17.49%
G=41.04%
B=41.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811901920.580.0100.25181.0846.8453.53
Hex51BEC03A1019b52f36
Octal1212763007210312655766
Binary10100011011111011000000111010101100110110101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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