#50babe

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

Shades of Viking #50BABE

Tints of Viking #50BABE

Color information

#50BABE (or 0x50BABE) is unknown color: approx Viking. HEX triplet: 50, BA and BE. RGB value is (80,186,190). Sum of RGB (Red+Green+Blue) = 80+186+190=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 186 (73.05% from 255 or 40.79% 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 #50BABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BABE is #AF4541. Grayscale: #9A9A9A. Windows color (decimal): -11486530 or 12499536. OLE color: 12499536.

HSL color Cylindrical-coordinate representation of color #50BABE: hue angle of 182.18º 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 #50BABE is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB80186190-
CMYK0.580.0200.25
HSL182.18º45.83%52.94%-
HSV(B)182.18º57.89%74.51%-
XYZ30.1640.5454.95-
YUV154.76147.8874.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.54%
GREEN value IS 186 (73.05% from 255) = 40.79%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=17.54%
G=40.79%
B=41.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801861900.580.0200.25182.1845.8352.94
Hex50BABE3A2019b62e35
Octal1202722767220312665665
Binary101000010111010101111101110101001100110110110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50babe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50babe; }

 p { color: rgb(80,186,190); }

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

<style>
 a { background-color: #50babe; }

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

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

<style>
 span { border-color: #50babe; }

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

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