#51B9BE

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

Shades of Viking #51B9BE

Tints of Viking #51B9BE

Color information

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

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

Color convert

RGB81185190-
CMYK0.570.0300.25
HSL182.75º45.61%53.14%-
HSV(B)182.75º57.37%74.51%-
XYZ30.0440.1654.88-
YUV154.47148.0475.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811851900.570.0300.25182.7545.6153.14
Hex51B9BE393019b72e35
Octal1212712767130312675665
Binary101000110111001101111101110011101100110110111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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