#51BEB9

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

Shades of Viking #51BEB9

Tints of Viking #51BEB9

Color information

#51BEB9 (or 0x51BEB9) is unknown color: approx Viking. HEX triplet: 51, BE and B9. RGB value is (81,190,185). Sum of RGB (Red+Green+Blue) = 81+190+185=456 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.76% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #51BEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BEB9 is #AE4146. Grayscale: #9C9C9C. Windows color (decimal): -11419975 or 12172881. OLE color: 12172881.

HSL color Cylindrical-coordinate representation of color #51BEB9: hue angle of 177.25º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51BEB9 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB81190185-
CMYK0.5700.030.25
HSL177.25º45.61%53.14%-
HSV(B)177.25º57.37%74.51%-
XYZ30.5642.0852.41-
YUV156.84143.8973.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.76%
GREEN value IS 190 (74.61% from 255) = 41.67%
BLUE value IS 185 (72.66% from 255) = 40.57%
R=17.76%
G=41.67%
B=40.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811901850.5700.030.25177.2545.6153.14
Hex51BEB9390319b12e35
Octal1212762717103312615665
Binary101000110111110101110011110010111100110110001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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