#51B0BE

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

Shades of Viking #51B0BE

Tints of Viking #51B0BE

Color information

#51B0BE (or 0x51B0BE) is unknown color: approx Viking. HEX triplet: 51, B0 and BE. RGB value is (81,176,190). Sum of RGB (Red+Green+Blue) = 81+176+190=447 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.12% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #51B0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51B0BE is #AE4F41. Grayscale: #959595. Windows color (decimal): -11423554 or 12496977. OLE color: 12496977.

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

Color convert

RGB81176190-
CMYK0.570.0700.25
HSL187.71º45.61%53.14%-
HSV(B)187.71º57.37%74.51%-
XYZ28.2136.5254.28-
YUV149.19151.0379.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.12%
GREEN value IS 176 (69.14% from 255) = 39.37%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=18.12%
G=39.37%
B=42.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811761900.570.0700.25187.7145.6153.14
Hex51B0BE397019bc2e35
Octal1212602767170312745665
Binary1010001101100001011111011100111101100110111100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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