Html Css Color HEX #50B4BE Viking

📋 copy color: '#50B4BE'

red 80 ◦ green 180 ◦ blue 190

#50B4BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #50B4BE

Tints of Viking #50B4BE

RGB

 RED value IS 80 (31.64% from 255) = 17.78%

 GREEN value IS 180 (70.7% from 255) = 40%

 BLUE value IS 190 (74.61% from 255) = 42.22%

R = 17.78%
G = 40%
B = 42.22%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#50B4BE (or 0x50B4BE) is known color: Viking. HEX triplet: 50, B4 and BE. RGB value is (80,180,190). Sum of RGB (Red+Green+Blue) = 80+180+190=450 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.78% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #50B4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B4BE is #AF4B41. Grayscale: #979797. Windows color (decimal): -11488066 or 12498000. OLE color: 12498000.

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

Color convert

RGB 80 180 190 -
CMYK 0.58 0.05 0 0.25
HSL 185.45º 0.46% 0.53% -
HSV(B) 185.45º 0.58% 0.75% -
XYZ 28.92 38.07 54.54 -
YUV 151.24 149.87 77.19 -
System Red Green Blue C M Y K H S L
Decimal 80 180 190 0.58 0.05 0 0.25 185.45 0.46 0.53
Hex 50 B4 BE 3A 5 0 19 B9 2E 35
Octal 120 264 276 72 5 0 31 271 56 65
Binary 1010000 10110100 10111110 111010 101 0 11001 10111001 101110 110101

Color Harmonies of #50B4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B4BE

Black with #50B4BE

Text Example


Text Example

White with #50B4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50B4BE;
 }
 .AnyTagClassName
 {
   color: #50B4BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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