#51BEBD

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

Shades of Viking #51BEBD

Tints of Viking #51BEBD

Color information

#51BEBD (or 0x51BEBD) is unknown color: approx Viking. HEX triplet: 51, BE and BD. RGB value is (81,190,189). Sum of RGB (Red+Green+Blue) = 81+190+189=460 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.61% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #51BEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BEBD is #AE4142. Grayscale: #9D9D9D. Windows color (decimal): -11419971 or 12435025. OLE color: 12435025.

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

Color convert

RGB81190189-
CMYK0.5700.010.25
HSL179.45º45.61%53.14%-
HSV(B)179.45º57.37%74.51%-
XYZ30.9942.2554.67-
YUV157.29145.8973.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.61%
GREEN value IS 190 (74.61% from 255) = 41.30%
BLUE value IS 189 (74.22% from 255) = 41.09%
R=17.61%
G=41.30%
B=41.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811901890.5700.010.25179.4545.6153.14
Hex51BEBD390119b32e35
Octal1212762757101312635665
Binary10100011011111010111101111001011100110110011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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