#51BEC9

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

Shades of Viking #51BEC9

Tints of Viking #51BEC9

Color information

#51BEC9 (or 0x51BEC9) is unknown color: approx Viking. HEX triplet: 51, BE and C9. RGB value is (81,190,201). Sum of RGB (Red+Green+Blue) = 81+190+201=472 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.16% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #51BEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BEC9 is #AE4136. Grayscale: #9E9E9E. Windows color (decimal): -11419959 or 13221457. OLE color: 13221457.

HSL color Cylindrical-coordinate representation of color #51BEC9: hue angle of 185.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51BEC9 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB81190201-
CMYK0.600.0500.21
HSL185.5º52.63%55.29%-
HSV(B)185.5º59.7%78.82%-
XYZ32.3542.7961.81-
YUV158.66151.8972.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.16%
GREEN value IS 190 (74.61% from 255) = 40.25%
BLUE value IS 201 (78.91% from 255) = 42.58%
R=17.16%
G=40.25%
B=42.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal811902010.600.0500.21185.552.6355.29
Hex51BEC93C5015ba3537
Octal1212763117450252726567
Binary1010001101111101100100111110010101010110111010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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