#51BABF

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

Shades of Viking #51BABF

Tints of Viking #51BABF

Color information

#51BABF (or 0x51BABF) is unknown color: approx Viking. HEX triplet: 51, BA and BF. RGB value is (81,186,191). Sum of RGB (Red+Green+Blue) = 81+186+191=458 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.69% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #51BABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BABF is #AE4540. Grayscale: #9B9B9B. Windows color (decimal): -11420993 or 12565073. OLE color: 12565073.

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

Color convert

RGB81186191-
CMYK0.580.0300.25
HSL182.73º46.22%53.33%-
HSV(B)182.73º57.59%74.9%-
XYZ30.3640.6355.53-
YUV155.17148.2175.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.69%
GREEN value IS 186 (73.05% from 255) = 40.61%
BLUE value IS 191 (75% from 255) = 41.70%
R=17.69%
G=40.61%
B=41.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811861910.580.0300.25182.7346.2253.33
Hex51BABF3A3019b72e35
Octal1212722777230312675665
Binary101000110111010101111111110101101100110110111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,186,191); }

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

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

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

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

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

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

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