#51BEBE

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

Shades of Viking #51BEBE

Tints of Viking #51BEBE

Color information

#51BEBE (or 0x51BEBE) is unknown color: approx Viking. HEX triplet: 51, BE and BE. RGB value is (81,190,190). Sum of RGB (Red+Green+Blue) = 81+190+190=461 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.57% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #51BEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BEBE is #AE4141. Grayscale: #9D9D9D. Windows color (decimal): -11419970 or 12500561. OLE color: 12500561.

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

Color convert

RGB81190190-
CMYK0.57000.25
HSL180º45.61%53.14%-
HSV(B)180º57.37%74.51%-
XYZ31.142.2955.24-
YUV157.41146.3973.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.57%
GREEN value IS 190 (74.61% from 255) = 41.21%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=17.57%
G=41.21%
B=41.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811901900.57000.2518045.6153.14
Hex51BEBE390019b42e35
Octal1212762767100312645665
Binary10100011011111010111110111001001100110110100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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